summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-16 23:11:41 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-11-16 23:11:41 +0000
commit2ef40f44ed6b92816e26cc81d0b872a1aaefb5b8 (patch)
tree35a152b87c754161a583f14804c68abca9c14e94 /Makefile
parentf13764ceb27de41e2f14bbea574c31f28b6b7d63 (diff)
Make sure we check for correct name of b410p files
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1604 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 c3410df..0b335bc 100644
--- a/Makefile
+++ b/Makefile
@@ -307,7 +307,7 @@ endif
b410p:
@wget -V >/dev/null || (echo "You need wget in order to install the drivers" ; false)
- [ -f misdn-b410p.tar.bz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz
+ [ -f misdn-b410p.tar.gz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz
tar -zxf misdn-b410p.tar.gz
$(MAKE) -C misdn install
[ -f mISDNuser.tar.gz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/mISDNuser.tar.gz