[PC-BSD Commits] r2503 - in pbibuild/modules/wormux: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Thu Jul 31 07:48:09 PDT 2008
Author: kris
Date: 2008-07-31 07:48:09 -0700 (Thu, 31 Jul 2008)
New Revision: 2503
Modified:
pbibuild/modules/wormux/copy-files
pbibuild/modules/wormux/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/wormux/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/wormux/pbi.conf
Log:
Fixed the wormux build, and trigger a rebuild
Modified: pbibuild/modules/wormux/copy-files
===================================================================
--- pbibuild/modules/wormux/copy-files 2008-07-31 13:42:42 UTC (rev 2502)
+++ pbibuild/modules/wormux/copy-files 2008-07-31 14:48:09 UTC (rev 2503)
@@ -2,3 +2,4 @@
/usr/local/man/man6/wormux.6.gz man/man6/
/usr/local/share/applications/wormux.desktop share/applications/
/usr/local/share/wormux share/
+/usr/local/share/wormuxwormux_default_config.xml share/
Modified: pbibuild/modules/wormux/overlay-dir/PBI.RemoveScript.sh
===================================================================
--- pbibuild/modules/wormux/overlay-dir/PBI.RemoveScript.sh 2008-07-31 13:42:42 UTC (rev 2502)
+++ pbibuild/modules/wormux/overlay-dir/PBI.RemoveScript.sh 2008-07-31 14:48:09 UTC (rev 2503)
@@ -9,6 +9,7 @@
rm -fR /usr/local/bin/wormux
rm -fR /usr/local/man/man6/wormux.6.gz
rm -fR /usr/local/share/wormux
+rm -f /usr/local/share/wormuxwormux_default_config.xml
# Remove the old locale files since we are uninstalling
LANGFILE="wormux.mo"
Modified: pbibuild/modules/wormux/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/wormux/overlay-dir/PBI.SetupScript.sh 2008-07-31 13:42:42 UTC (rev 2502)
+++ pbibuild/modules/wormux/overlay-dir/PBI.SetupScript.sh 2008-07-31 14:48:09 UTC (rev 2503)
@@ -17,6 +17,7 @@
ln -s /Programs/${PROGDIR}/.sbin/wormux /usr/local/bin/wormux
ln -s /Programs/${PROGDIR}/man/man6/wormux.6.gz /usr/local/man/man6/wormux.6.gz
ln -s /Programs/${PROGDIR}/share/wormux /usr/local/share/wormux
+ln -s /Programs/${PROGDIR}/share/wormuxwormux_default_config.xml /usr/local/share/wormuxwormux_default_config.xml
# Copy over all the LANG files
LANGFILE="wormux.mo"
Modified: pbibuild/modules/wormux/pbi.conf
===================================================================
--- pbibuild/modules/wormux/pbi.conf 2008-07-31 13:42:42 UTC (rev 2502)
+++ pbibuild/modules/wormux/pbi.conf 2008-07-31 14:48:09 UTC (rev 2503)
@@ -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="12"
+BUILDKEY="22"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list