From 95588498c190641811cce113d94e13c915e2b1d6 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Thu, 6 Apr 2017 20:27:28 +0200
Subject: [PATCH] env maybe

---
 wine/README.md | 13 +------------
 wine/build.sh  |  2 +-
 2 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/wine/README.md b/wine/README.md
index 7308f29..9cbe1cb 100644
--- a/wine/README.md
+++ b/wine/README.md
@@ -1,12 +1 @@
-# wine

-

-Debian with a 32-bit WINE

-Version: 1.0

-

----

-

-Usage in Vagrantfile:

-```

-config.vm.box = "henrietta/wine"

-config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine.box"

-```

+# wine

Debian with Tibbo IDE 5.3.1
Version: 1.0



---



Usage in Vagrantfile:

```

config.vm.box = "henrietta/wine"

config.vm.box_url = "http://dev.dms-serwis.com.pl/vagrant/wine.box"

```

\ No newline at end of file
diff --git a/wine/build.sh b/wine/build.sh
index e2b84bc..ad71ec1 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; cd /home/vagrant/.wine/drive_c; winetricks corefonts vcrun6"
+sudo -u vagrant env DISPLAY=:0.0; cd /home/vagrant/.wine/drive_c; winetricks corefonts vcrun6
 
 # Install command
 echo """#!/bin/bash
-- 
GitLab