commit: 654417b952acb054c64e9be152306150f47410ed
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Sep 1 15:16:27 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Sep 1 15:16:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=654417b9
sci-biology/bambus: respect EPREFIX
Package-Manager: portage-2.3.0
sci-biology/bambus/bambus-2.33.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-biology/bambus/bambus-2.33.ebuild
b/sci-biology/bambus/bambus-2.33.ebuild
index 13b7b62..456e5c5 100644
--- a/sci-biology/bambus/bambus-2.33.ebuild
+++ b/sci-biology/bambus/bambus-2.33.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -72,7 +72,7 @@ src_prepare() {
}
src_compile() {
- emake DESTDIR="${D}/usr"
+ emake DESTDIR="${ED}/usr"
# TODO:
#ld -L../TIGR_Foundation_CC/ -shared -fPIC -o grommit grommit.o -L.
-lgraph -lTigrFoundation
@@ -89,10 +89,10 @@ src_compile() {
}
src_install() {
- emake DESTDIR="${D}/usr" install
+ emake DESTDIR="${ED}/usr" install
# cvs HEAD of amos now contains even more updated files:
/usr/bin/printScaff /usr/bin/untangle /usr/lib/TIGR/AsmLib.pm
- for f in FASTArecord.pm FASTAreader.pm Foundation.pm FASTAgrammar.pm
AsmLib.pm; do rm "${D}"/usr/lib/TIGR/$f; done || die
- for f in printScaff untangle; do rm "${D}"/usr/bin/$f; done || die
+ for f in FASTArecord.pm FASTAreader.pm Foundation.pm FASTAgrammar.pm
AsmLib.pm; do rm "${ED}"/usr/lib/TIGR/$f; done || die
+ for f in printScaff untangle; do rm "${ED}"/usr/bin/$f; done || die
# we compiled using locally provided TIGR_Foundation_CC/{cc,.hh} files
but
# link against the libTigrFoundation.a provided by
sci-biology/tigr-foundation-libs package