Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 78870
Collapse All | Expand All

(-)ati-drivers-8.8.25-r3.ebuild (-1 / +1 lines)
Lines 76-82 Link Here
76
		export _POSIX2_VERSION="199209"
76
		export _POSIX2_VERSION="199209"
77
		# That is the dirty way to avoid the id -u check
77
		# That is the dirty way to avoid the id -u check
78
		sed -e 's:`id -u`:0:' \
78
		sed -e 's:`id -u`:0:' \
79
			-e 's:`uname -r`:${KV_FULL}:' \
79
			-e "s:\`uname -r\`:${KV_FULL}:" \
80
			-i make.sh
80
			-i make.sh
81
		chmod +x make.sh
81
		chmod +x make.sh
82
		./make.sh || die "DRM module not built"
82
		./make.sh || die "DRM module not built"

Return to bug 78870