CVS: moonbase/games/cube-bin BUILD,1.3,1.4 cube,1.3,1.4

florin at lunar-linux.org florin at lunar-linux.org
Fri Oct 3 14:34:58 GMT 2003


Update of /var/cvs/lunar/moonbase/games/cube-bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17724/cube-bin

Modified Files:
	BUILD cube 
Log Message:
A Quake I port. Have fun.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/cube-bin/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	30 Jun 2003 21:33:52 -0000	1.3
+++ BUILD	3 Oct 2003 14:34:55 -0000	1.4
@@ -2,15 +2,15 @@
 
   prepare_install
   set -x
-  mkdir -p /usr/lib/cube
+  mkdir -p /usr/games/cube
   for DIR in bin bin_unix data docs packages ; do
-    cp -a $DIR /usr/lib/cube
+    cp -a $DIR /usr/games/cube
   done
   for FILE in autoexec.cfg readme.html servers.cfg ; do
-    cp $FILE /usr/lib/cube
+    cp $FILE /usr/games/cube
   done
-  cp $SCRIPT_DIRECTORY/cube /usr/bin
-  chmod 755 /usr/bin/cube /usr/lib/cube/bin_unix/*
+  cp $SCRIPT_DIRECTORY/cube /usr/games/cube
+  chmod 755 /usr/games/cube/cube /usr/games/cube/bin_unix/*
   set +x
 
 ) > $C_FIFO 2>&1

Index: cube
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/cube-bin/cube,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cube	30 Jun 2003 21:33:52 -0000	1.3
+++ cube	3 Oct 2003 14:34:55 -0000	1.4
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # CUBE_DIR should refer to the directory in which Cube is placed.
-CUBE_DIR=/usr/lib/cube
+CUBE_DIR=/usr/games/cube
 
 # SYSTEM_NAME should be set to the name of your operating system.
 SYSTEM_NAME=`uname -s`




More information about the Lunar-commits mailing list