diff options
Diffstat (limited to 'app-arch/hdup/files/hdup-1.6.29-gentoo.patch')
-rw-r--r-- | app-arch/hdup/files/hdup-1.6.29-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/hdup/files/hdup-1.6.29-gentoo.patch b/app-arch/hdup/files/hdup-1.6.29-gentoo.patch new file mode 100644 index 000000000000..00eaf944b2cf --- /dev/null +++ b/app-arch/hdup/files/hdup-1.6.29-gentoo.patch @@ -0,0 +1,11 @@ +--- src/hdup.h.in.org 2004-04-28 18:49:58.000000000 +0200 ++++ src/hdup.h.in 2004-04-28 18:50:22.000000000 +0200 +@@ -23,7 +23,7 @@ + #define LZOP_PROG "@lzop@" + #define SPLIT_PROG "@split@" + #define UNSPLIT_PROG "@cat@" +-#define ETCFILE "@prefix@/etc/hdup/hdup.conf" ++#define ETCFILE "@sysconfdir@/etc/hdup/hdup.conf" + #define REMOTE_HDUP "/usr/local/bin/hdup" + #define REMOTE_HDUP_OPT "" /* default is empty */ + #define FILELIST "/filelist" |