summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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