[SCM] packaging for the mame arcade game emulator branch, master, updated. 9e768633840bac6f77a4628d320af9c567521be3

Emmanuel Kasper emmanuel at libera.cc
Fri Feb 18 13:01:34 UTC 2011


The following commit has been merged in the master branch:
commit 4eff1af07c93832827b89b4616d7b680ca6cb951
Author: Emmanuel Kasper <emmanuel at libera.cc>
Date:   Fri Feb 18 01:14:36 2011 +0100

    Move tar.bz2 downloaded upstream tar one folder higher

diff --git a/debian/rules b/debian/rules
index 0756991..eab54ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,6 @@ get-orig-source: fetch_upstream
 	mkdir -p $(TMPDIR)/sub/$(PACKAGE)-$(VERSION)
 # Not a bug: Mame source needs to be unzipped twice
 	unzip $(TMPDIR)/$(PACKAGE).zip -d $(TMPDIR)/sub/$(PACKAGE)-$(VERSION)
-	tar -C $(TMPDIR)/sub -cvf - . | bzip2 -c9  > $(PACKAGE)_$(VERSION).orig.tar.bz2
+	tar -C $(TMPDIR)/sub -cvf - . | bzip2 -c9  > ../$(PACKAGE)_$(VERSION).orig.tar.bz2
 	rm -r $(TMPDIR)
 	rm -r $(FILEBASE)s.zip

-- 
packaging for the mame arcade game emulator



More information about the Pkg-games-commits mailing list