[SCM] packaging for the mame arcade game emulator branch, master, updated. 65e023179f1a46331399c290a44069983bea306d

Emmanuel Kasper emmanuel at libera.cc
Tue Apr 3 09:44:31 UTC 2012


The following commit has been merged in the master branch:
commit 76280817cf5fa82c833260b6eb30b9c010a0d84b
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Tue Apr 3 10:56:25 2012 +0200

    Remove useless -O wget option when downloading nplayers file

diff --git a/debian/rules b/debian/rules
index d45071c..cbfaf25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -215,8 +215,7 @@ NPLAYERS_TARBALL = $(MAME_PACKAGE)_$(VERSION)-$(NPLAYERS_PACKAGE).orig.tar.xz
 
 $(NPLAYERS_ZIPFILE):
 	wget -U '$(AGENT)' \
-	    $(NPLAYERS_URL)$(NPLAYERS_ZIPFILE) \
-	    -O $(NPLAYERS_ZIPFILE)
+	    $(NPLAYERS_URL)$(NPLAYERS_ZIPFILE)
 
 $(NPLAYERS_TARBALL): $(NPLAYERS_ZIPFILE)
 	mkdir $(TMPDIR)

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list