Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37745672
en ru br
ALT Linux repos
S:3.0.5-alt4
5.0: 0.8.6-alt5.M50.1
4.1: 0.8.6-alt5.M41.1
4.0: 0.8.6-alt5.M40.1
3.0: 0.7.3-alt1

Group :: Networking/WWW
RPM: dillo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dillo-0.7.2-alt-sysconfdir.patch
Download


--- dillo-0.7.2/Makefile.am~	2003-05-12 18:50:08 +0000
+++ dillo-0.7.2/Makefile.am	2003-05-12 18:59:47 +0000
@@ -2,4 +2,4 @@ SUBDIRS = doc src dpi
   
 EXTRA_DIST = ChangeLog.old dillorc encodings
 
-sysconf_DATA = dillorc
+sysconf_DATA = dillorc encodings
--- dillo-0.7.2/src/char_encodings.c~	2003-05-12 19:01:49 +0000
+++ dillo-0.7.2/src/char_encodings.c	2003-05-12 19:11:07 +0000
@@ -132,7 +132,7 @@ void a_Char_encoding_init(void)
    /* Here we load and set the encodings */
    file = a_Misc_prepend_user_home(".dillo/encodings");
    if (!Char_encoding_file_op(LOAD_ENCODINGS, file, NULL))
-      Char_encoding_file_op(LOAD_ENCODINGS, "/etc/dillo.encodings", NULL);
+      Char_encoding_file_op(LOAD_ENCODINGS, "/etc/dillo/encodings", NULL);
    g_free(file);
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin