The following commit has been merged in the master branch:
commit 7c1026729df85a1decb38bef2c9a34060dccfc4b
Author: Stephen M. Webb <[email protected]>
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

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

Reply via email to