[zaptel-commits] trunk r1216 - /trunk/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Tue Jul 11 11:25:14 MST 2006
Author: russell
Date: Tue Jul 11 13:25:14 2006
New Revision: 1216
URL: http://svn.digium.com/view/zaptel?rev=1216&view=rev
Log:
fix error on make install (issue #7519, fix by Seb7)
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=1216&r1=1215&r2=1216&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jul 11 13:25:14 2006
@@ -358,7 +358,7 @@
install: all devices
if [ -f ztcfg ]; then \
- $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
+ $(INSTALL) -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg \
fi
if [ -f sethdlc-new ]; then \
$(INSTALL) -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \
More information about the zaptel-commits
mailing list