diff --git a/wine-tibbo/build_as_vagrant.sh b/wine-tibbo/build_as_vagrant.sh index 5bd568cf041a675191f2d94c8d427f027faf4b7c..ab721a6d0937781cde35196fad98ed57b5c8e5aa 100644 --- a/wine-tibbo/build_as_vagrant.sh +++ b/wine-tibbo/build_as_vagrant.sh @@ -13,7 +13,7 @@ Xvfb :0 -screen 0 1024x768x16 & export DISPLAY=:0.0 # Prepare WINE folder hierarchy -wine start.exe || true +wine start.exe ln -s /vagrant /home/vagrant/.wine/drive_c/vagrant # Install Tibbo tools @@ -27,7 +27,7 @@ fi # WINE extensions - max 15 minutes! cd /home/vagrant/.wine/drive_c -winetricks corefonts vcrun6 & +winetricks vcrun6 & sleep 900 kill -9 %2 || true diff --git a/wine-tibbo/tibbo_build.sh b/wine-tibbo/tibbo_build.sh index 1c3b24470cdfe77e4c41efdc8e1f9170b4098297..21b8f2378deb1e0e0bfe35c205a8dd3b051d32bd 100644 --- a/wine-tibbo/tibbo_build.sh +++ b/wine-tibbo/tibbo_build.sh @@ -1,6 +1,7 @@ #!/bin/bash export DISPLAY=:0.0 export WINEPREFIX="/home/vagrant/.wine" +export WINEARCH="win32" Xvfb :0 -screen 0 1024x768x16 || true & rm -rf /home/vagrant/.wine/drive_c/comp || true