diff options
author | 2008-05-29 15:37:32 +0000 | |
---|---|---|
committer | 2008-05-29 15:37:32 +0000 | |
commit | cc73c96d8499090d83ae76c0b848a90199974cf4 (patch) | |
tree | cf49f81dde655fccdce17d42c1018e0c421e268d /app-editors/medit/medit-0.9.2.ebuild | |
parent | Merging app-arch/debhelper with dev-util/debhelper (Bug #223979). (diff) | |
download | historical-cc73c96d8499090d83ae76c0b848a90199974cf4.tar.gz historical-cc73c96d8499090d83ae76c0b848a90199974cf4.tar.bz2 historical-cc73c96d8499090d83ae76c0b848a90199974cf4.zip |
python_mod_optimize is ROOT aware.
Package-Manager: portage-2.1.5.2
Diffstat (limited to 'app-editors/medit/medit-0.9.2.ebuild')
-rw-r--r-- | app-editors/medit/medit-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/medit/medit-0.9.2.ebuild b/app-editors/medit/medit-0.9.2.ebuild index 15ffe8543217..701c0aaaaa0b 100644 --- a/app-editors/medit/medit-0.9.2.ebuild +++ b/app-editors/medit/medit-0.9.2.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/app-editors/medit/medit-0.9.2.ebuild,v 1.3 2008/03/26 15:54:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/medit/medit-0.9.2.ebuild,v 1.4 2008/05/29 15:36:36 hawking Exp $ inherit eutils python fdo-mime gnome2-utils multilib @@ -51,7 +51,7 @@ pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update gnome2_icon_cache_update - use python && python_mod_optimize "${ROOT}"usr/$(get_libdir)/moo/plugins + use python && python_mod_optimize /usr/$(get_libdir)/moo/plugins } pkg_postrm() { |