[Lunar-commits] CVS: moonbase/games/crossfire BUILD, 1.2, 1.3 DETAILS, 1.4, 1.5

Florin Braescu florin at lunar-linux.org
Sat Jul 31 14:27:18 GMT 2004


Update of /var/cvs/lunar/moonbase/games/crossfire
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2702

Modified Files:
	BUILD DETAILS 
Log Message:
tweak the install.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crossfire/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	1 Jul 2003 20:51:43 -0000	1.2
+++ BUILD	31 Jul 2004 14:27:16 -0000	1.3
@@ -1,15 +1,18 @@
 (
+  ./configure  --prefix=/usr               \
+               --sysconfdir=/etc           \
+               --localstatedir=/var/games  \
+               --bindir=/usr/games         \
+	       --datadir=/usr/share/games  \
+               $OPTS                      &&
 
-  ./configure  --prefix=/usr             \
-               --sysconfdir=/etc         \
-               --localstatedir=/var/lib  \
-               --bindir=/usr/games       \
-               $OPTS                     &&
-
-  default_make                           &&
+  default_make  &&
   
-  cd      /usr/share/crossfire           &&
-  unpack  $SOURCE2                       &&
-  unpack  $SOURCE3
-
+  cd /usr/share/games/crossfire  &&
+  unpack $SOURCE2                &&
+  unpack $SOURCE3                &&
+  cd /var/games/crossfire        &&
+  chmod -R 666 *                 &&
+  ln -sf /usr/share/games/crossfire/maps-bigworld /usr/share/games/crossfire/maps
+ 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crossfire/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	30 Apr 2004 04:28:18 -0000	1.4
+++ DETAILS	31 Jul 2004 14:27:16 -0000	1.5
@@ -12,7 +12,7 @@
     SOURCE3_VFY=md5:e5aa783d65ba8c224a75f075d3820ab1
         WEB_SITE=http://crossfire.real-time.com
          ENTERED=20011104
-         UPDATED=20040430
+         UPDATED=20040731
            SHORT="crossfire is the server for a multi-player graphical MUD."
 
 cat << EOF



More information about the Lunar-commits mailing list