From 6355a1256b69bf9606651d1c1f63cc463e2e6309 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 15 Aug 2007 18:08:42 +0000 Subject: Make sure that the URL is REALLY up to date git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2844 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3dfdb2b..584db65 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 http://ftp.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz + [ -f misdn-b410p.tar.gz ] || wget http://downloads.digium.com/pub/zaptel/b410p/misdn-b410p.tar.gz tar -zxf misdn-b410p.tar.gz $(MAKE) -C misdn install - [ -f mISDNuser.tar.gz ] || wget http://ftp.digium.com/pub/zaptel/b410p/mISDNuser.tar.gz + [ -f mISDNuser.tar.gz ] || wget http://downloads.digium.com/pub/zaptel/b410p/mISDNuser.tar.gz tar -zxf mISDNuser.tar.gz $(MAKE) -C mISDNuser install -- cgit v1.2.3