From 645c94a8339524c8eb0296278e7c56a3e72b1704 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 15 Aug 2007 17:01:15 +0000 Subject: Make sure we use the new URL for ftp.digium.com git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2841 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 773f564..3dfdb2b 100644 --- a/Makefile +++ b/Makefile @@ -397,10 +397,10 @@ endif b410p: @wget -V >/dev/null || (echo "You need wget in order to install the drivers" ; false) - [ -f misdn-b410p.tar.gz ] || wget ftp://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz + [ -f misdn-b410p.tar.gz ] || wget http://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 + [ -f mISDNuser.tar.gz ] || wget http://ftp.digium.com/pub/zaptel/b410p/mISDNuser.tar.gz tar -zxf mISDNuser.tar.gz $(MAKE) -C mISDNuser install -- cgit v1.2.3