[Lunar-commits] r23246 - moonbase/trunk/games/netwalk

Jens Luedicke perldude at lunar-linux.org
Mon Feb 12 21:20:21 CET 2007


Author: perldude
Date: 2007-02-12 21:20:21 +0100 (Mon, 12 Feb 2007)
New Revision: 23246

Modified:
   moonbase/trunk/games/netwalk/BUILD
Log:
fine-tune netwalk BUILD file.

Modified: moonbase/trunk/games/netwalk/BUILD
===================================================================
--- moonbase/trunk/games/netwalk/BUILD	2007-02-12 19:52:56 UTC (rev 23245)
+++ moonbase/trunk/games/netwalk/BUILD	2007-02-12 20:20:21 UTC (rev 23246)
@@ -1,6 +1,11 @@
 (
+    sedit 's/\/usr\/share\/netwalk/\/usr\/games\/share\/netwalk/' sharedir.h &&
 
-    default_make
+    make                                               &&
+    prepare_install                                    &&
+    install -m 755 netwalk /usr/games                  &&
+    install -d /usr/games/share/netwalk                &&
+    install -m 644 Vera.ttf /usr/games/share/netwalk/
 
 ) > $C_FIFO 2>&1
 



More information about the Lunar-commits mailing list