Author: pabs Date: 2011-03-10 13:13:00 +0000 (Thu, 10 Mar 2011) New Revision: 11891
Modified: packages/trunk/blockattack/debian/patches/fix-scons-paths.patch Log: more path fixing Modified: packages/trunk/blockattack/debian/patches/fix-scons-paths.patch =================================================================== --- packages/trunk/blockattack/debian/patches/fix-scons-paths.patch 2011-03-10 12:53:47 UTC (rev 11890) +++ packages/trunk/blockattack/debian/patches/fix-scons-paths.patch 2011-03-10 13:13:00 UTC (rev 11891) @@ -3,7 +3,13 @@ Bug: http://sf.net/support/tracker.php?aid=3205204 --- a/Game/SConscript +++ b/Game/SConscript -@@ -8,7 +8,7 @@ +@@ -3,12 +3,11 @@ + #-------------# + Import('*') + +-env.Install ('$destdir/$sharedir/gfx/smileys/',[ +-'blockattack.data']) ++env.Install ('$destdir/$sharedir/',['blockattack.data']) env.Alias('install',['$destdir/$sharedir']) env.Install ('$destdir/$sharedir/res/',[ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

