[zaptel-commits] mattf: branch 1.2 r2841 - /branches/1.2/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Wed Aug 15 12:01:16 CDT 2007


Author: mattf
Date: Wed Aug 15 12:01:15 2007
New Revision: 2841

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2841
Log:
Make sure we use the new URL for ftp.digium.com

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2841&r1=2840&r2=2841
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Wed Aug 15 12:01:15 2007
@@ -397,10 +397,10 @@
 
 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
 




More information about the zaptel-commits mailing list