The following commit has been merged in the master branch:
commit 76280817cf5fa82c833260b6eb30b9c010a0d84b
Author: Emmanuel Kasper <[email protected]>
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

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

Reply via email to