summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x-setup')
-rwxr-xr-xx-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/x-setup b/x-setup
index 08c5e2f..cacb442 100755
--- a/x-setup
+++ b/x-setup
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup,v 1.12 2005/03/01 18:13:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/livecd-tools/x-setup,v 1.13 2005/04/12 21:25:21 wolf31o2 Exp $
# Check for an xorg.conf
if [ ! -e /etc/X11/xorg.conf ]
@@ -86,7 +86,7 @@ then
/usr/sbin/opengl-update-livecd $GLTYPE
elif [ -x /usr/sbin/opengl-update ]
then
- opengl-update $GLTYPE
+ /usr/sbin/opengl-update --dst-prefix=/etc/opengl $GLTYPE
else
echo "ERROR: no opengl-update script can be located"
exit 1