r11580 - packages/trunk/between/debian

Paul Wise pabs at alioth.debian.org
Mon Dec 20 09:29:02 UTC 2010


Author: pabs
Date: 2010-12-20 09:29:01 +0000 (Mon, 20 Dec 2010)
New Revision: 11580

Modified:
   packages/trunk/between/debian/rules
Log:
fix get-orig-source

Modified: packages/trunk/between/debian/rules
===================================================================
--- packages/trunk/between/debian/rules	2010-12-20 09:23:39 UTC (rev 11579)
+++ packages/trunk/between/debian/rules	2010-12-20 09:29:01 UTC (rev 11580)
@@ -34,8 +34,8 @@
 sfp=hcsoftware/Between
 
 get-orig-source:
-	wget -c http://downloads.sourceforge.net/project/$(sfp)/v$(V)/$(P)_$(V)_UnixSource.tar.gz
-	tar zxf $(P)_$(V)_UnixSource.tar.gz
+	wget -c http://downloads.sourceforge.net/project/$(sfp)/v$(V)/$(P)_v$(V)_UnixSource.tar.gz
+	tar zxf $(P)_v$(V)_UnixSource.tar.gz
 	# VCS file
 	rm $(P)_v$(V)_UnixSource/minorGems/.hgtags
 	# Pre-built Windows libraries, unused




More information about the Pkg-games-commits mailing list