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


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to