From: Roland Mas Date: Wed, 10 Oct 2012 15:42:52 +0000 (+0000) Subject: Fix installation of xfonts-base X-Git-Tag: v5.3-rc1~1892 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=f60534bcbd56d72140b851ba6cdbf6580908bc3f Fix installation of xfonts-base --- diff --git a/tests/func/vncxstartsuite.sh b/tests/func/vncxstartsuite.sh index 4a3f5df058..909cd15a64 100755 --- a/tests/func/vncxstartsuite.sh +++ b/tests/func/vncxstartsuite.sh @@ -28,7 +28,7 @@ then fi if type apt-get 2>/dev/null then - apt-get -y install xfonts-base vnc4server + apt-get -y install vnc4server fi if ! type vncserver 2>/dev/null then @@ -36,6 +36,10 @@ then fi fi +if type apt-get 2>/dev/null ; then + apt-get -y install xfonts-base +fi + [ -d "/root/.vnc" ] || mkdir /root/.vnc # Setup X11 to start phpunit