[PC-BSD Commits] r3219 - in pbibuild/modules/chapping: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Fri Jan 9 15:51:11 PST 2009
Author: kris
Date: 2009-01-09 15:51:11 -0800 (Fri, 09 Jan 2009)
New Revision: 3219
Modified:
pbibuild/modules/chapping/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/chapping/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/chapping/pbi.conf
Log:
Updated Chapping game, now 100% self-contained!
Modified: pbibuild/modules/chapping/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/chapping/overlay-dir/PBI.RemoveScript.sh 2009-01-09 22:15:40 UTC (rev 3218)
+++ pbibuild/modules/chapping/overlay-dir/PBI.RemoveScript.sh 2009-01-09 23:51:11 UTC (rev 3219)
@@ -6,5 +6,3 @@
# ${2} is the username of person performing the deletion.
# TIP: 'kdialog' should be used for user interaction.
#########################################
-rm -fR /usr/local/bin/chapping
-rm -fR /usr/local/share/chapping
\ No newline at end of file
Modified: pbibuild/modules/chapping/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/chapping/overlay-dir/PBI.SetupScript.sh 2009-01-09 22:15:40 UTC (rev 3218)
+++ pbibuild/modules/chapping/overlay-dir/PBI.SetupScript.sh 2009-01-09 23:51:11 UTC (rev 3219)
@@ -14,7 +14,14 @@
# 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/chapping /usr/local/bin/chapping
-ln -s /Programs/${PROGDIR}/share/chapping /usr/local/share/chapping
-echo "LAUNCHCLOSE: /usr/local/bin/chapping"
+# 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/chapping"
Modified: pbibuild/modules/chapping/pbi.conf
===================================================================
--- pbibuild/modules/chapping/pbi.conf 2009-01-09 22:15:40 UTC (rev 3218)
+++ pbibuild/modules/chapping/pbi.conf 2009-01-09 23:51:11 UTC (rev 3219)
@@ -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="01"
+BUILDKEY="05"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list