[svn-commits] mattf: branch 1.2 r1604 - /branches/1.2/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Nov 16 16:11:41 MST 2006


Author: mattf
Date: Thu Nov 16 17:11:41 2006
New Revision: 1604

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1604
Log:
Make sure we check for correct name of b410p files

Modified:
    branches/1.2/Makefile

Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=1604&r1=1603&r2=1604
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Thu Nov 16 17:11:41 2006
@@ -307,7 +307,7 @@
 
 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



More information about the svn-commits mailing list