[Pkg-voip-commits] r6714 - /asterisk-chan-capi/trunk/debian/rules

lmamane at alioth.debian.org lmamane at alioth.debian.org
Mon Feb 2 20:10:01 UTC 2009


Author: lmamane
Date: Mon Feb  2 20:10:01 2009
New Revision: 6714

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6714
Log:
wget: -N no meaning in combination with -O

Modified:
    asterisk-chan-capi/trunk/debian/rules

Modified: asterisk-chan-capi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/rules?rev=6714&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/rules (original)
+++ asterisk-chan-capi/trunk/debian/rules Mon Feb  2 20:10:01 2009
@@ -82,7 +82,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-voip-commits mailing list