summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-21 09:33:22 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2003-11-21 09:33:22 +0000
commit9186a6b3d5371c7bee66761e012a2e78cdee5de9 (patch)
treeb70dc04ed84e92198f065744526700aa1b8df8f8 /Makefile
parent018e3d3447492c7511aca29a6e54226274d7e930 (diff)
Fix minor typo
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@282 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbc4ccb..b3c95ba 100755
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@ install: all devices
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