r11891 - packages/trunk/blockattack/debian/patches

Paul Wise pabs at alioth.debian.org
Thu Mar 10 13:13:05 UTC 2011


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/',[




More information about the Pkg-games-commits mailing list