diff options
Diffstat (limited to 'comms/hylafax/files/patch-Makefile')
-rw-r--r-- | comms/hylafax/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/hylafax/files/patch-Makefile b/comms/hylafax/files/patch-Makefile new file mode 100644 index 000000000000..d24e12fe3976 --- /dev/null +++ b/comms/hylafax/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.in.orig Mon Apr 14 12:44:42 2003 ++++ Makefile.in Sat Feb 11 12:00:16 2006 +@@ -233,10 +233,8 @@ + makeClientDirs:: + -${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \ + -idb hylafax.sw.client -dir \ +- ${BIN} ${LIBDATA} ${LIBEXEC} ${SBIN} ++ ${LIBDATA} + makeServerDirs:: +- -${INSTALL} -u ${SYSUSER} -g ${SYSGROUP} -m ${DIRMODE} \ +- -idb hylafax.sw.server -dir ${SBIN}; + -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \ + -idb hylafax.sw.server -dir ${SPOOL} + -${INSTALL} -u ${FAXUSER} -g ${FAXGROUP} -m ${DIRMODE} \ |