[PC-BSD Commits] r986 - in pbibuild/modules/iexplorer7: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sat Dec 8 06:06:35 PST 2007
Author: gonzalo
Date: 2007-12-08 06:06:35 -0800 (Sat, 08 Dec 2007)
New Revision: 986
Modified:
pbibuild/modules/iexplorer7/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/iexplorer7/pbi.conf
Log:
chmod +x iexplorer7 added in SetupScript
Modified: pbibuild/modules/iexplorer7/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/iexplorer7/overlay-dir/PBI.SetupScript.sh 2007-12-08 14:05:25 UTC (rev 985)
+++ pbibuild/modules/iexplorer7/overlay-dir/PBI.SetupScript.sh 2007-12-08 14:06:35 UTC (rev 986)
@@ -67,6 +67,7 @@
rm -fR /Programs/${PROGDIR}/msttf
rm -fR /Programs/${PROGDIR}/bin/cabextract
chmod -R 777 /Programs/${PROGDIR}/ie7
+chmod +x /Programs/${PROGDIR}/bin/iexplorer7
cd /home
for i in `ls`
do
Modified: pbibuild/modules/iexplorer7/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer7/pbi.conf 2007-12-08 14:05:25 UTC (rev 985)
+++ pbibuild/modules/iexplorer7/pbi.conf 2007-12-08 14:06:35 UTC (rev 986)
@@ -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="02"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list