[PC-BSD Commits] r3430 - in pbibuild/modules/wine: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 10 12:55:19 PST 2009
Author: kris
Date: 2009-02-10 12:55:19 -0800 (Tue, 10 Feb 2009)
New Revision: 3430
Modified:
pbibuild/modules/wine/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/wine/pbi.conf
Log:
Fixed wine, wasn't creating sym-links for PATH properly :P
Modified: pbibuild/modules/wine/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/wine/overlay-dir/PBI.SetupScript.sh 2009-02-10 19:09:54 UTC (rev 3429)
+++ pbibuild/modules/wine/overlay-dir/PBI.SetupScript.sh 2009-02-10 20:55:19 UTC (rev 3430)
@@ -14,3 +14,16 @@
# echo 'SETSTEPS: <num>' # Set the current progress of the progress bar
# echo 'MSG: <text>' # Display this text above progress bar
#########################################
+
+rm /Programs/bin/wine
+rm /Programs/bin/winecfg
+rm /Programs/bin/wineserver
+rm /Programs/bin/wineprefixcreate
+rm /Programs/bin/regedit
+rm /Programs/bin/msiexec
+ln -s /Programs/${PROGDIR}/.sbin/wine /Programs/bin/wine
+ln -s /Programs/${PROGDIR}/.sbin/winecfg /Programs/bin/winecfg
+ln -s /Programs/${PROGDIR}/.sbin/wineserver /Programs/bin/wineserver
+ln -s /Programs/${PROGDIR}/.sbin/wineprefixcreate /Programs/bin/wineprefixcreate
+ln -s /Programs/${PROGDIR}/.sbin/regedit /Programs/bin/regedit
+ln -s /Programs/${PROGDIR}/.sbin/msiexec.sh /Programs/bin/msiexec
Modified: pbibuild/modules/wine/pbi.conf
===================================================================
--- pbibuild/modules/wine/pbi.conf 2009-02-10 19:09:54 UTC (rev 3429)
+++ pbibuild/modules/wine/pbi.conf 2009-02-10 20:55:19 UTC (rev 3430)
@@ -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="51"
+BUILDKEY="01"
# Don't build this PBI on certian processors (i386 / amd64)
ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list