[PC-BSD Commits] r1221 - in pbibuild/modules/dosbox: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sat Jan 19 04:02:51 PST 2008
Author: gonzalo
Date: 2008-01-19 04:02:50 -0800 (Sat, 19 Jan 2008)
New Revision: 1221
Modified:
pbibuild/modules/dosbox/build.sh
pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/dosbox/pbi.conf
Log:
DOSBox Uninstall feature fixed
Modified: pbibuild/modules/dosbox/build.sh
===================================================================
--- pbibuild/modules/dosbox/build.sh 2008-01-18 13:29:55 UTC (rev 1220)
+++ pbibuild/modules/dosbox/build.sh 2008-01-19 12:02:50 UTC (rev 1221)
@@ -8,3 +8,7 @@
# MODULEDIR = The location of the module directory for this PBI
# PORTVER = Version number of the port we used to build
##############################################################################
+# Save the right version number in the removepbi.sh script
+sed -e "s,CHANGEME,DOSBox${PORTVER},g" ${PBIDIR}/scripts/removepbi.sh > /tmp/removepbi.sh
+mv /tmp/removepbi.sh ${PBIDIR}/scripts/removepbi.sh
+chmod 755 ${PBIDIR}/scripts/removepbi.sh
\ No newline at end of file
Modified: pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh 2008-01-18 13:29:55 UTC (rev 1220)
+++ pbibuild/modules/dosbox/overlay-dir/PBI.SetupScript.sh 2008-01-19 12:02:50 UTC (rev 1221)
@@ -17,6 +17,5 @@
ln -s /Programs/${PROGDIR}/.sbin/dosbox /usr/local/bin/dosbox
ln -s /Programs/${PROGDIR}/man/man1/dosbox.1.gz /usr/local/man/man1/dosbox.1.gz
ln -s /Programs/${PROGDIR}/share/doc/dosbox /usr/local/share/doc/dosbox
-chmod +x /Programs/${PROGDIR}/scripts/removepbi.sh
echo "LAUNCHCLOSE: /usr/local/bin/dosbox"
Modified: pbibuild/modules/dosbox/pbi.conf
===================================================================
--- pbibuild/modules/dosbox/pbi.conf 2008-01-18 13:29:55 UTC (rev 1220)
+++ pbibuild/modules/dosbox/pbi.conf 2008-01-19 12:02:50 UTC (rev 1221)
@@ -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="06"
+BUILDKEY="07"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list