[Asterisk-cvs] zaptel Makefile,1.28,1.29
markster at lists.digium.com
markster at lists.digium.com
Fri Nov 21 03:07:03 CST 2003
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv27892
Modified Files:
Makefile
Log Message:
Fix minor typo
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/zaptel/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile 21 Nov 2003 09:30:54 -0000 1.28
+++ Makefile 21 Nov 2003 09:33:22 -0000 1.29
@@ -251,7 +251,7 @@
install -m 755 ztcfg $(INSTALL_PREFIX)/sbin
if [ -f sethdlc-new ]; then \
install -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \
- elsif [ -f sethdlc ]; then \
+ elif [ -f sethdlc ]; then \
install -m 755 sethdlc $(INSTALL_PREFIX)/sbin ; \
fi
if [ -f zttool ]; then install -m 755 zttool $(INSTALL_PREFIX)/sbin; fi
More information about the svn-commits
mailing list