[PC-BSD Commits] r3248 - in pbibuild/modules/assaultcube: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 14 06:45:43 PST 2009
Author: kris
Date: 2009-01-14 06:45:42 -0800 (Wed, 14 Jan 2009)
New Revision: 3248
Modified:
pbibuild/modules/assaultcube/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/assaultcube/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/assaultcube/pbi.conf
Log:
Updated assault cube, now 100% self-contained
Modified: pbibuild/modules/assaultcube/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/assaultcube/overlay-dir/PBI.RemoveScript.sh 2009-01-14 01:37:55 UTC (rev 3247)
+++ pbibuild/modules/assaultcube/overlay-dir/PBI.RemoveScript.sh 2009-01-14 14:45:42 UTC (rev 3248)
@@ -6,14 +6,7 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm -fR /usr/local/bin/assaultcube_client
-rm -fR /usr/local/bin/assaultcube_server
-rm -fR /usr/local/libexec/assaultcube_client
-rm -fR /usr/local/libexec/assaultcube_server
-rm -fR /usr/local/share/assaultcube
-rm -fR /usr/local/share/doc/assaultcube
-
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/assaultcube/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/assaultcube/overlay-dir/PBI.SetupScript.sh 2009-01-14 01:37:55 UTC (rev 3247)
+++ pbibuild/modules/assaultcube/overlay-dir/PBI.SetupScript.sh 2009-01-14 14:45:42 UTC (rev 3248)
@@ -14,11 +14,13 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-ln -s /Programs/${PROGDIR}/.sbin/assaultcube_client /usr/local/bin/assaultcube_client
-ln -s /Programs/${PROGDIR}/.sbin/assaultcube_server /usr/local/bin/assaultcube_server
-ln -s /Programs/${PROGDIR}/libexec/assaultcube_client /usr/local/libexec/assaultcube_client
-ln -s /Programs/${PROGDIR}/libexec/assaultcube_server /usr/local/libexec/assaultcube_server
-ln -s /Programs/${PROGDIR}/share/assaultcube /usr/local/share/assaultcube
-ln -s /Programs/${PROGDIR}/share/doc/assaultcube /usr/local/share/doc/assaultcube
-echo "LAUNCHCLOSE: /usr/local/bin/assaultcube_client"
+# Check which font config we want to link to
+if [ -d "/PCBSD/local/etc/fonts" ]
+then
+ ln -s /PCBSD/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
+else
+ ln -s /usr/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
+fi
+
+echo "LAUNCHCLOSE: /Programs/bin/assaultcube_client"
Modified: pbibuild/modules/assaultcube/pbi.conf
===================================================================
--- pbibuild/modules/assaultcube/pbi.conf 2009-01-14 01:37:55 UTC (rev 3247)
+++ pbibuild/modules/assaultcube/pbi.conf 2009-01-14 14:45:42 UTC (rev 3248)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list