blob: d24e12fe397638794512c9d10ce971ede3532107 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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} \
|