From e29216950ce9516ea7a13575374567f4e202bf70 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Fri, 7 Apr 2017 11:47:44 +0200
Subject: [PATCH] nie uciekaj inteligencjo

---
 wine-tibbo/build_as_vagrant.sh | 4 ++--
 wine-tibbo/tibbo_build.sh      | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wine-tibbo/build_as_vagrant.sh b/wine-tibbo/build_as_vagrant.sh
index 5bd568c..ab721a6 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 1c3b244..21b8f23 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
-- 
GitLab