--- 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); }