[PC-BSD Commits] r2739 - in pbibuild/modules/iexplorer6: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Wed Sep 10 08:37:08 PDT 2008
Author: kris
Date: 2008-09-10 08:37:07 -0700 (Wed, 10 Sep 2008)
New Revision: 2739
Modified:
pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6
pbibuild/modules/iexplorer6/pbi.conf
Log:
Copy the wine .reg files to the users profile so that it marks internet explorer as installed, and doesn't try to use gecko
Modified: pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6
===================================================================
--- pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6 2008-09-09 19:55:47 UTC (rev 2738)
+++ pbibuild/modules/iexplorer6/overlay-dir/bin/iexplorer6 2008-09-10 15:37:07 UTC (rev 2739)
@@ -5,12 +5,15 @@
if [ ! -e "${HOME}/.ie6" ]
then
mkdir ${HOME}/.ie6
+ cp /Programs/${PROGDIR}/ie6/*.reg ${HOME}/.ie6/
ln -s /Programs/${PROGDIR}/ie6/drive_c ${HOME}/.ie6/drive_c
else
rm ${HOME}/.ie6/drive_c
+ cp /Programs/${PROGDIR}/ie6/*.reg ${HOME}/.ie6/
ln -s /Programs/${PROGDIR}/ie6/drive_c ${HOME}/.ie6/drive_c
fi
+sleep 1
export WINEPREFIX="${HOME}/.ie6"
-/Programs/${PROGDIR}/bin/wine "${HOME}/.ie6/drive_c/Program Files/Internet Explorer/iexplore.exe" "$@"
+/Programs/${PROGDIR}/.sbin/wine "${HOME}/.ie6/drive_c/Program Files/Internet Explorer/iexplore.exe" "$@"
Modified: pbibuild/modules/iexplorer6/pbi.conf
===================================================================
--- pbibuild/modules/iexplorer6/pbi.conf 2008-09-09 19:55:47 UTC (rev 2738)
+++ pbibuild/modules/iexplorer6/pbi.conf 2008-09-10 15:37:07 UTC (rev 2739)
@@ -32,7 +32,7 @@
# 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="28"
+BUILDKEY="18"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list