diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-06-24 18:04:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-06-24 18:04:40 +0000 |
commit | 1f13c50c948a30428e8ed65c65ac05a17819fe40 (patch) | |
tree | 3509ac71144d82430a53004fa83f27aca0fd32af /sci-chemistry | |
parent | Stable on amd64 wrt bug #309007 (diff) | |
download | gentoo-2-1f13c50c948a30428e8ed65c65ac05a17819fe40.tar.gz gentoo-2-1f13c50c948a30428e8ed65c65ac05a17819fe40.tar.bz2 gentoo-2-1f13c50c948a30428e8ed65c65ac05a17819fe40.zip |
Added missing EPREFIX, thanks to Johan Hattne
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/ccp4-apps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/ccp4-apps/ChangeLog b/sci-chemistry/ccp4-apps/ChangeLog index b80bd4068dc1..56005843b8ed 100644 --- a/sci-chemistry/ccp4-apps/ChangeLog +++ b/sci-chemistry/ccp4-apps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/ccp4-apps # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.13 2010/06/16 08:45:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ChangeLog,v 1.14 2010/06/24 18:04:40 jlec Exp $ + + 24 Jun 2010; Justin Lecher <jlec@gentoo.org> ccp4-apps-6.1.3-r4.ebuild: + Added missing EPREFIX, thanks to Johan Hattne *ccp4-apps-6.1.3-r4 (16 Jun 2010) diff --git a/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild b/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild index 64782cf643a0..148b0ca596d2 100644 --- a/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild +++ b/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild,v 1.1 2010/06/16 08:45:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4-apps/ccp4-apps-6.1.3-r4.ebuild,v 1.2 2010/06/24 18:04:40 jlec Exp $ EAPI="3" @@ -330,7 +330,7 @@ src_install() { -e "s~^\(.*setenv MOLREPLIB .*\)\$CCP4.*~\1\$CCP4/share/ccp4/data/monomers/~g" \ -e "s~^\(.*setenv CLIB .*\)\$CCP4.*~\1\$CCP4/$(get_libdir)~g" \ -e "s~^\(.*setenv CBIN .*\)\$CCP4.*~\1\$CCP4/libexec/ccp4/bin/~g" \ - -e "s~^\(export CCP4_MASTER.*\)${WORKDIR}~\1/usr~g" \ + -e "s~^\(export CCP4_MASTER.*\)${WORKDIR}~\1${EPREFIX}/usr~g" \ -e "s~^\(export CCP4.*\$CCP4_MASTER\).*~\1~g" \ -e "s~^\(export CCP4I_TOP\).*~\1=\$CCP4/$(get_libdir)/ccp4/ccp4i~g" \ -e "s~^\(export DBCCP4I_TOP\).*~\1=\$CCP4/share/ccp4/dbccp4i~g" \ |