[SCM] bounce the falling watermelons game branch, master, updated. upstream/1.1.1-6-g7c10267

Stephen M. Webb stephen.webb at bregmasoft.ca
Sun Sep 25 12:56:06 UTC 2011


The following commit has been merged in the master branch:
commit 7c1026729df85a1decb38bef2c9a34060dccfc4b
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Sun Sep 25 08:55:15 2011 -0400

    Fixed build rule for installing in /usr/games.

diff --git a/debian/rules b/debian/rules
index 814eccf..dc53606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
 
 override_dh_install:
 	dh_install
-	install -d watermelons/usr/games
-	install -m 755 debian/game.sh watermelons/usr/games/watermelons
+	install -d debian/watermelons/usr/games
+	install -m 755 debian/game.sh debian/watermelons/usr/games/watermelons
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.txt

-- 
bounce the falling watermelons game



More information about the Pkg-games-commits mailing list