[zaptel-commits] kpfleming: branch 1.4 r2219 - /branches/1.4/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Feb 23 17:10:52 MST 2007


Author: kpfleming
Date: Fri Feb 23 18:10:51 2007
New Revision: 2219

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2219
Log:
ugh... random character lost during editing

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2219&r1=2218&r2=2219
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Feb 23 18:10:51 2007
@@ -370,7 +370,7 @@
 	$(MAKE) -C firmware hotplug-install
 endif
 	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