[zaptel-commits] trunk r1217 - /trunk/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Tue Jul 11 14:44:56 MST 2006


Author: kpfleming
Date: Tue Jul 11 16:44:55 2006
New Revision: 1217

URL: http://svn.digium.com/view/zaptel?rev=1217&view=rev
Log:
final attempt at making some simple logic work correctly

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=1217&r1=1216&r2=1217&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Jul 11 16:44:55 2006
@@ -358,14 +358,16 @@
 
 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; \
 	elif [ -f sethdlc ]; then \
-		$(INSTALL) -D -m 755 sethdlc $(INSTALL_PREFIX)/sbin/sethdlc ; \
-	fi
-	if [ -f zttool ]; then $(INSTALL) -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi
+		$(INSTALL) -D -m 755 sethdlc $(INSTALL_PREFIX)/sbin/sethdlc; \
+	fi
+	if [ -f zttool ]; then \
+		$(INSTALL) -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; \
+	fi
 ifeq ($(BUILDVER),linux26)
 	for x in $(MODULESKO); do \
 		rm -f $(INSTALL_PREFIX)/lib/modules/$(KVERS)/extra/$$x ; \



More information about the zaptel-commits mailing list