freebsd-ports/net/openpbx.org/files/patch-configs::Makefile.in
2007-04-04 23:45:54 +00:00

10 lines
445 B
Text

--- configs/Makefile.in.orig Wed Apr 4 14:42:16 2007
+++ configs/Makefile.in Wed Apr 4 14:42:37 2007
@@ -742,6 +742,7 @@
for samplefile in $(SAMPLES); \
do \
configfile=`basename $${samplefile} .sample`; \
+ $(INSTALL) -m 0640 $${samplefile} $(DESTDIR)${opbxconfdir}/$${samplefile}; \
if test ! -f $(DESTDIR)${opbxconfdir}/$${configfile}; \
then \
$(INSTALL) -m 0640 $${samplefile} $(DESTDIR)${opbxconfdir}/$${configfile}; \