[PC-BSD Commits] r3198 - in pbibuild/modules/bomberclone: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jan 8 06:23:33 PST 2009
Author: kris
Date: 2009-01-08 06:23:33 -0800 (Thu, 08 Jan 2009)
New Revision: 3198
Modified:
pbibuild/modules/bomberclone/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/bomberclone/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/bomberclone/pbi.conf
Log:
Updated BomberClone to be 100% self-contained now :)
Modified: pbibuild/modules/bomberclone/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/bomberclone/overlay-dir/PBI.RemoveScript.sh 2009-01-08 00:33:37 UTC (rev 3197)
+++ pbibuild/modules/bomberclone/overlay-dir/PBI.RemoveScript.sh 2009-01-08 14:23:33 UTC (rev 3198)
@@ -7,9 +7,6 @@
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm /usr/local/bin/bomberclone
-rm /usr/local/share/bomberclone
-
if [ ! -z "$DISPLAY" ]
then
# Ask if we want to remove the user profiles
Modified: pbibuild/modules/bomberclone/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/bomberclone/overlay-dir/PBI.SetupScript.sh 2009-01-08 00:33:37 UTC (rev 3197)
+++ pbibuild/modules/bomberclone/overlay-dir/PBI.SetupScript.sh 2009-01-08 14:23:33 UTC (rev 3198)
@@ -12,9 +12,13 @@
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
-cd /Programs/${PROGDIR}
-ln -s /Programs/${PROGDIR}/share/bomberclone /usr/local/share/bomberclone
-ln -s /Programs/${PROGDIR}/.sbin/bomberclone /usr/local/bin/bomberclone
+# 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: /usr/local/bin/bomberclone"
+echo "LAUNCHCLOSE: /Programs/bin/bomberclone"
Modified: pbibuild/modules/bomberclone/pbi.conf
===================================================================
--- pbibuild/modules/bomberclone/pbi.conf 2009-01-08 00:33:37 UTC (rev 3197)
+++ pbibuild/modules/bomberclone/pbi.conf 2009-01-08 14:23:33 UTC (rev 3198)
@@ -32,7 +32,7 @@
# 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="11"
+BUILDKEY="01"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list