From f6a008ed234fbc405e622dc7353e573a477af909 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Thu, 6 Apr 2017 20:15:02 +0200 Subject: [PATCH] rewine --- wine/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wine/build.sh b/wine/build.sh index f28b3f6..e2b84bc 100644 --- a/wine/build.sh +++ b/wine/build.sh @@ -19,7 +19,7 @@ sudo -u vagrant mkdir "/home/vagrant/.wine/drive_c/Program Files/Tibbo" sudo -u vagrant unzip /tmp/tibbo.zip -d "/home/vagrant/.wine/drive_c/Program Files/Tibbo" # WINE extensions -sudo -u vagrant "export DISPLAY=:0.0; winetricks corefonts vcrun6" +sudo -u vagrant "export DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks corefonts vcrun6" # Install command echo """#!/bin/bash -- GitLab