[PC-BSD Commits] r1260 - in pbibuild/modules/iexplorer6: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 28 06:55:17 PST 2008
Author: gonzalo
Date: 2008-01-28 06:55:17 -0800 (Mon, 28 Jan 2008)
New Revision: 1260
Modified:
pbibuild/modules/iexplorer6/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/iexplorer6/pbi.conf
Log:
Chown problem fixed
Modified: pbibuild/modules/iexplorer6/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/iexplorer6/overlay-dir/PBI.SetupScript.sh 2008-01-28 14:54:45 UTC (rev 1259)
+++ pbibuild/modules/iexplorer6/overlay-dir/PBI.SetupScript.sh 2008-01-28 14:55:17 UTC (rev 1260)
@@ -68,12 +68,6 @@
rm -fR /Programs/${PROGDIR}/bin/cabextract
chmod -R 777 /Programs/${PROGDIR}/ie6
chmod +x /Programs/${PROGDIR}/bin/iexplorer6
-cd /home
-for i in `ls`
-do
- mkdir ${i}/.wine >/dev/null 2>/dev/null
- tar xvf /Programs/${PROGDIR}/dotwine.tar -C ${i}/.wine/
- chown -R ${i}:${i} ${i}/.wine
-done
-
+USER=`who | grep :0 | cut -f 1 -d " "`
+chown ${USER} /Programs/${PROGDIR}/ie6
echo "LAUNCHCLOSE: /usr/local/bin/iexplorer6"
Modified: pbibuild/modules/iexplorer6/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer6/pbi.conf 2008-01-28 14:54:45 UTC (rev 1259)
+++ pbibuild/modules/iexplorer6/pbi.conf 2008-01-28 14:55:17 UTC (rev 1260)
@@ -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="14"
+BUILDKEY="15"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list