From 9186a6b3d5371c7bee66761e012a2e78cdee5de9 Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 21 Nov 2003 09:33:22 +0000 Subject: Fix minor typo git-svn-id: http://svn.digium.com/svn/zaptel/trunk@282 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3