[mupen64plus] 69/262: Fix build using fakeroot

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 41b32d1984523f6375a5a9ca79150be742da8214
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Sat Jun 6 21:17:27 2009 +0200

    Fix build using fakeroot
---
 debian/Makefile.glN64 | 2 ++
 debian/rules          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/Makefile.glN64 b/debian/Makefile.glN64
new file mode 100644
index 0000000..1f3f033
--- /dev/null
+++ b/debian/Makefile.glN64
@@ -0,0 +1,2 @@
+%:
+.PHONY: clean
diff --git a/debian/rules b/debian/rules
index 4b8aa6b..c157528 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 clean:
 	mkdir -p "$(CURDIR)/glN64"
-	echo "%:\n.PHONY: clean" > "$(CURDIR)/glN64/Makefile"
+	cp "$(CURDIR)/debian/Makefile.glN64" "$(CURDIR)/glN64/Makefile"
 	dh --with quilt $@
 	rm -rf "$(CURDIR)/glN64"
 	rm -rf "$(CURDIR)/plugins"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list