[PC-BSD Commits] r1315 - in pbibuild/modules/winfirefox: . overlay-dir/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 5 16:43:50 PST 2008
Author: gonzalo
Date: 2008-02-05 16:43:49 -0800 (Tue, 05 Feb 2008)
New Revision: 1315
Modified:
pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox
pbibuild/modules/winfirefox/pbi.conf
Log:
WFF fixed
Modified: pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox
===================================================================
--- pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox 2008-02-05 02:53:01 UTC (rev 1314)
+++ pbibuild/modules/winfirefox/overlay-dir/bin/winfirefox 2008-02-06 00:43:49 UTC (rev 1315)
@@ -1,7 +1,8 @@
#!/bin/sh
USER=`who | grep :0 | cut -f 1 -d " "`
-PROGDIR="CHANGEME"
-chown -R ${USER}:${USER} /Programs/${PROGDIR}/WINFF
+PROGDIR="WinFirefox0.9.54"
+#PROGDIR="CHANGEME"
+chmod $USER /Programs/${PROGDIR}/WINFF
cd
export WINEPREFIX="/Programs/${PROGDIR}/WINFF"
/Programs/${PROGDIR}/bin/wine "/Programs/${PROGDIR}/WINFF/drive_c/Program Files/Mozilla Firefox/firefox.exe" "$@"
Modified: pbibuild/modules/winfirefox/pbi.conf
===================================================================
--- pbibuild/modules/winfirefox/pbi.conf 2008-02-05 02:53:01 UTC (rev 1314)
+++ pbibuild/modules/winfirefox/pbi.conf 2008-02-06 00:43:49 UTC (rev 1315)
@@ -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="31"
+BUILDKEY="32"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list