blob: b22a89ef03f007f8ec4d9bd049e1a16e5bba042e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.6 2003/09/23 21:39:47 abs Exp $
--- config/Makefile.in.orig Tue Aug 27 23:56:42 2002
+++ config/Makefile.in
@@ -116,6 +116,7 @@ targets: ${TARGETS}
PUTSERVER=${INSTALL} -idb ${PRODUCT}.sw.server
install: default ${CONFIGFILES}
+ -${MKDIR} -p -m 0755 ${PREFIX}/share/hylafax/config_template
for i in ${CONFIGFILES}; do \
- ${PUTSERVER} -F ${SPOOL}/config -m 444 -src ${SRCDIR}/$$i -O $$i; \
+ ${PUTSERVER} -F ${PREFIX}/share/hylafax/config_template -m 444 -src ${SRCDIR}/$$i -O $$i; \
done
|