r1548 - packages/trunk/blockattackeditor/debian/patches
Gonéri Le Bouder
goneri-guest at costa.debian.org
Wed Sep 13 18:07:52 UTC 2006
Author: goneri-guest
Date: 2006-09-13 18:07:51 +0000 (Wed, 13 Sep 2006)
New Revision: 1548
Modified:
packages/trunk/blockattackeditor/debian/patches/fix_sharedir_compile_sh.diff
Log:
patch updated for the new release
Modified: packages/trunk/blockattackeditor/debian/patches/fix_sharedir_compile_sh.diff
===================================================================
--- packages/trunk/blockattackeditor/debian/patches/fix_sharedir_compile_sh.diff 2006-09-13 18:03:11 UTC (rev 1547)
+++ packages/trunk/blockattackeditor/debian/patches/fix_sharedir_compile_sh.diff 2006-09-13 18:07:51 UTC (rev 1548)
@@ -1,10 +1,11 @@
-Index: blockattackeditor-3/compile.sh
+Index: blockattackeditor-4/compile.sh
===================================================================
---- blockattackeditor-3.orig/compile.sh 2006-09-12 21:50:53.000000000 +0200
-+++ blockattackeditor-3/compile.sh 2006-09-12 21:51:14.000000000 +0200
-@@ -1,4 +1,4 @@
+--- blockattackeditor-4.orig/compile.sh 2006-09-13 20:11:11.000000000 +0200
++++ blockattackeditor-4/compile.sh 2006-09-13 20:11:28.000000000 +0200
+@@ -1,5 +1,5 @@
gcj -c -g -O gui/*.java
gcj -c -g -O model/*.java
gcj -c -g -O bin/*.java
--gcj --main=bin.EditorDriver -DSHAREDIR="/usr/local/share/blockattack" -o blockattackeditor $(ls *.o)
-+gcj --main=bin.EditorDriver -DSHAREDIR="/usr/share/games/blockattack" -o blockattackeditor $(ls *.o)
+-gcj --main=bin.EditorDriver -DSHAREDIR="/usr/local/share/blockattack" -DEXEFILE="blockattack" -o blockattackeditor $(ls *.o)
++gcj --main=bin.EditorDriver -DSHAREDIR="/usr/share/games/blockattack" -DEXEFILE="blockattack" -o blockattackeditor $(ls *.o)
+ rm *.o
More information about the Pkg-games-commits
mailing list