summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-05-29 16:52:24 +0000
committerAli Polatel <hawking@gentoo.org>2008-05-29 16:52:24 +0000
commit9392e42934d110d3aa228d9e29dd4bd286d1fe92 (patch)
treec3160c9135584a81dcdfadf12c245c2f7f0d9ea8 /games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild
parentpython_mod_{cleanup,optimize} are ROOT aware. (diff)
downloadhistorical-9392e42934d110d3aa228d9e29dd4bd286d1fe92.tar.gz
historical-9392e42934d110d3aa228d9e29dd4bd286d1fe92.tar.bz2
historical-9392e42934d110d3aa228d9e29dd4bd286d1fe92.zip
python_mod_optimize is ROOT aware.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild')
-rw-r--r--games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild
index d3ebf5feb240..3a41ac60717d 100644
--- a/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild
+++ b/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.3 2008/03/28 12:14:17 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/whichwayisup/whichwayisup-0.7.9.ebuild,v 1.4 2008/05/29 16:52:24 hawking Exp $
NEED_PYTHON="2.4"
@@ -50,7 +50,7 @@ src_install() {
}
pkg_postinst() {
- python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}"
+ python_mod_optimize "$(games_get_libdir)/${PN}"
games_pkg_postinst
}