diff options
Diffstat (limited to 'media-video/ati-drivers')
-rw-r--r-- | media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild index e369dc6a8a8e..f8a25e59286e 100644 --- a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.5 2003/03/01 16:39:08 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.6 2003/03/01 23:01:31 lu_zero Exp $ IUSE="qt kde gnome" @@ -37,6 +37,10 @@ src_compile() { einfo "building the glx module" cd ${WORKDIR}/lib/modules/fglrx/build_mod + #that is the dirty way to avoid the id -u check + sed -e 's:`id -u`:0:' make.sh >make.sh.new + mv make.sh.new make.sh + chmod +x make.sh ./make.sh || ewarn "glx module not built" |