diff options
Diffstat (limited to 'patches/source/file/file.etc.file.diff')
-rw-r--r-- | patches/source/file/file.etc.file.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/source/file/file.etc.file.diff b/patches/source/file/file.etc.file.diff new file mode 100644 index 00000000..98e07548 --- /dev/null +++ b/patches/source/file/file.etc.file.diff @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2009-05-06 15:32:25.000000000 -0500 ++++ ./configure.ac 2009-06-12 17:40:25.000000000 -0500 +@@ -47,7 +47,7 @@ + fsect=4 + ]) + +-AC_SUBST([pkgdatadir], ['$(datadir)/misc']) ++AC_SUBST([pkgdatadir], ['$(datadir)/file']) + AC_SUBST(fsect) + AM_CONDITIONAL(FSECT5, test x$fsect = x5) + |