aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-09-01 17:16:27 +0200
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-09-01 17:16:27 +0200
commit654417b952acb054c64e9be152306150f47410ed (patch)
tree83d47dd4f3817a45a9012198bad72d805e5629ee
parentsci-biology/screed: version bump (diff)
downloadsci-654417b9.tar.gz
sci-654417b9.tar.bz2
sci-654417b9.zip
sci-biology/bambus: respect EPREFIX
Package-Manager: portage-2.3.0
-rw-r--r--sci-biology/bambus/bambus-2.33.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/bambus/bambus-2.33.ebuild b/sci-biology/bambus/bambus-2.33.ebuild
index 13b7b6216..456e5c5dc 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