diff options
author | 2007-12-01 19:58:35 +0000 | |
---|---|---|
committer | 2007-12-01 19:58:35 +0000 | |
commit | ed844d13ac455515f6726e46cb6c59bd64e391cb (patch) | |
tree | e48938c31c909c1a15d66740e21359e2d74bcdf8 /x11-drivers/ati-drivers/ati-drivers-8.433.ebuild | |
parent | Fix leading whitespace (diff) | |
download | je_fro-ed844d13ac455515f6726e46cb6c59bd64e391cb.tar.gz je_fro-ed844d13ac455515f6726e46cb6c59bd64e391cb.tar.bz2 je_fro-ed844d13ac455515f6726e46cb6c59bd64e391cb.zip |
reorganization to match the structure in the portage tree
svn path=/; revision=134
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.433.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.433.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.433.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.433.ebuild index c79561a..4d908d1 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.433.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.433.ebuild @@ -151,7 +151,7 @@ src_unpack() { || die "Replacing 'finger' with 'who' failed." # Adjust paths in the script from /usr/X11R6/bin/ to /opt/bin/ and # add funktion to detect default state. - epatch "${FILESDIR}"/ati-powermode-opt-path-1.patch + epatch "${FILESDIR}"/${PV}/ati-powermode-opt-path-1.patch fi pushd ${MODULE_DIR} >/dev/null @@ -447,4 +447,3 @@ pkg_postrm() { linux-mod_pkg_postrm /usr/bin/eselect opengl set --use-old xorg-x11 } - |