[Fusionforge-commits] r16502 - trunk/tests/func

Roland Mas lolando at fusionforge.org
Wed Oct 10 17:42:53 CEST 2012


Author: lolando
Date: 2012-10-10 17:42:52 +0200 (Wed, 10 Oct 2012)
New Revision: 16502

Modified:
   trunk/tests/func/vncxstartsuite.sh
Log:
Fix installation of xfonts-base

Modified: trunk/tests/func/vncxstartsuite.sh
===================================================================
--- trunk/tests/func/vncxstartsuite.sh	2012-10-10 14:34:27 UTC (rev 16501)
+++ trunk/tests/func/vncxstartsuite.sh	2012-10-10 15:42:52 UTC (rev 16502)
@@ -28,7 +28,7 @@
 	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 @@
 	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




More information about the Fusionforge-commits mailing list