From 41b2abffaaa2c885d4c56e2b3d079651b924ad10 Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 19:26:40 +0200 Subject: [PATCH] okej --- build.sh | 4 +++- build_as_vagrant.sh | 2 +- tibbo_build.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 97dde38..2c9a8ba 100644 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -e export DISPLAY=:0.0 export WINEPREFIX="/home/vagrant/.wine" export WINEARCH="win32" -export FONTCONFIG_PATH=/etc/fonts +export FONTCONFIG_PATH="/etc/fonts" apt-get update apt-get install -y python-software-properties @@ -22,6 +22,8 @@ do sleep 1 done +apt-get install -y x-ttcidfont-conf + # Install WINE things apt-get install -y wine winetricks xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic unzip curl diff --git a/build_as_vagrant.sh b/build_as_vagrant.sh index 6e12fa6..5300cb7 100644 --- a/build_as_vagrant.sh +++ b/build_as_vagrant.sh @@ -5,7 +5,7 @@ set -x export DISPLAY=:0.0 export WINEPREFIX="/home/vagrant/.wine" export WINEARCH="win32" -export FONTCONFIG_PATH=/etc/fonts +export FONTCONFIG_PATH="/etc/fonts" cd /home/vagrant diff --git a/tibbo_build.sh b/tibbo_build.sh index 86c2970..0fae500 100644 --- a/tibbo_build.sh +++ b/tibbo_build.sh @@ -2,7 +2,7 @@ export DISPLAY=:0.0 export WINEPREFIX="/home/vagrant/.wine" export WINEARCH="win32" -export FONTCONFIG_PATH=/etc/fonts +export FONTCONFIG_PATH="/etc/fonts" Xvfb :0 -screen 0 1024x768x16 || true & rm -rf /home/vagrant/.wine/drive_c/comp || true -- GitLab