summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-11 18:25:14 +0000
committerrussell <russell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-07-11 18:25:14 +0000
commit53677479c3e017587f1ba17646d165d42cd92b90 (patch)
tree9decd296bb40c6e31bc0c63563460a9d662f4839 /Makefile
parent688dc17a1a1c60d574968dd915d559f560349e0c (diff)
fix error on make install (issue #7519, fix by Seb7)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1216 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4cf6359..b9c5ed6 100644
--- a/Makefile
+++ b/Makefile
@@ -358,7 +358,7 @@ endif
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; \