diff options
-rw-r--r-- | dev-python/fuse-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/fuse-python/fuse-python-0.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/fuse-python/ChangeLog b/dev-python/fuse-python/ChangeLog index a1c3757c7540..244dde4aa21f 100644 --- a/dev-python/fuse-python/ChangeLog +++ b/dev-python/fuse-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fuse-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.5 2008/05/17 12:55:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/ChangeLog,v 1.6 2008/05/29 14:12:00 hawking Exp $ + + 29 May 2008; Ali Polatel <hawking@gentoo.org> fuse-python-0.2.ebuild: + python_mod_compile is ROOT aware. 17 May 2008; Samuli Suominen <drac@gentoo.org> fuse-python-0.2.ebuild: Byte-compile. diff --git a/dev-python/fuse-python/fuse-python-0.2.ebuild b/dev-python/fuse-python/fuse-python-0.2.ebuild index d06d88204caf..46a1731166f4 100644 --- a/dev-python/fuse-python/fuse-python-0.2.ebuild +++ b/dev-python/fuse-python/fuse-python-0.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/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.4 2008/05/17 12:55:10 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fuse-python/fuse-python-0.2.ebuild,v 1.5 2008/05/29 14:12:00 hawking Exp $ inherit eutils distutils multilib python @@ -23,8 +23,7 @@ src_unpack () { pkg_postinst() { python_version - python_mod_compile \ - "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/fuse.py + python_mod_compile /usr/$(get_libdir)/python${PYVER}/site-packages/fuse.py python_mod_optimize \ "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/fuseparts } |