summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-15 05:37:51 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-15 05:37:51 +0000
commit194a95923b8c4c263dc6b6aad70f939bdb9e88af (patch)
treeabc6ad73e6a74fc6545eae5692796328a10e170d /eclass
parentVersion bumps with fixes for bug #266612 and bug #272147 (diff)
downloadhistorical-194a95923b8c4c263dc6b6aad70f939bdb9e88af.tar.gz
historical-194a95923b8c4c263dc6b6aad70f939bdb9e88af.tar.bz2
historical-194a95923b8c4c263dc6b6aad70f939bdb9e88af.zip
Remove reference of X11R6 directory from eerror msg wrt #265911, first comments
Diffstat (limited to 'eclass')
-rw-r--r--eclass/virtualx.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass
index a3f89ac222c8..03c2a5330922 100644
--- a/eclass/virtualx.eclass
+++ b/eclass/virtualx.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.27 2007/10/28 12:05:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.28 2009/06/15 05:37:51 ssuominen Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -66,7 +66,7 @@ virtualmake() {
eerror ""
eerror "Unable to start Xvfb."
eerror ""
- eerror "'/usr/X11R6/bin/Xvfb :${XDISPLAY} -screen 0 800x600x24' returns:"
+ eerror "'/usr/bin/Xvfb :${XDISPLAY} -screen 0 800x600x24' returns:"
eerror ""
${XVFB} :${XDISPLAY} -screen 0 800x600x24
eerror ""