diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-21 07:53:55 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-21 07:53:55 +0200 |
commit | cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab (patch) | |
tree | fdb0e0c54a12c2548f2d013587227bb858d90d7f /sci-chemistry/phenix-bin | |
parent | sci-chemistry/phenix-bin: Not everyone installs on my box (diff) | |
download | sci-cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab.tar.gz sci-cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab.tar.bz2 sci-cf46a7fd0324f1a5416c0fad384c371ab2a3a0ab.zip |
sci-chemistry/phenix-bin: Don't double prefix
(Portage version: 2.2.0_alpha130/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-chemistry/phenix-bin')
-rw-r--r-- | sci-chemistry/phenix-bin/ChangeLog | 3 | ||||
-rw-r--r-- | sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/phenix-bin/ChangeLog b/sci-chemistry/phenix-bin/ChangeLog index b6139e0b6..063fad4b2 100644 --- a/sci-chemistry/phenix-bin/ChangeLog +++ b/sci-chemistry/phenix-bin/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 21 Sep 2012; Justin Lecher <jlec@gentoo.org> phenix-bin-1.8.1069.ebuild: + Don't double prefix + + 21 Sep 2012; Justin Lecher <jlec@gentoo.org> phenix-bin-1.8.1069.ebuild: Not everyone installs on my box 20 Sep 2012; Justin Lecher <jlec@gentoo.org> +phenix-bin-1.8.1069.ebuild, diff --git a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild index e2354795a..c2aed719a 100644 --- a/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild +++ b/sci-chemistry/phenix-bin/phenix-bin-1.8.1069.ebuild @@ -75,9 +75,9 @@ src_install() { } pkg_postinst() { - python_mod_optimize "${EPREFIX}/opt/phenix-${MY_PV}" + python_mod_optimize "/opt/phenix-${MY_PV}" } pkg_postrm() { - python_mod_cleanup "${EPREFIX}/opt/phenix-${MY_PV}" + python_mod_cleanup "/opt/phenix-${MY_PV}" } |