commit:     90b839eb6d0e6b198ca35142bfffb67e54333a3c
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Sun Jul 26 20:57:25 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 20:57:25 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=90b839eb

specifying lib dir adequaltely for multilib setups

Package-Manager: portage-2.2.20

 sci-biology/ants/ChangeLog        | 3 +++
 sci-biology/ants/ants-9999.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog
index b46385b..6e50bf0 100644
--- a/sci-biology/ants/ChangeLog
+++ b/sci-biology/ants/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Jul 2015;  <[email protected]> ants-9999.ebuild:
+  specifying lib dir adequaltely for multilib setups
+
 *ants-9999 (26 Jul 2015)
 
   26 Jul 2015;  <[email protected]> +ants-9999.ebuild, +metadata.xml:

diff --git a/sci-biology/ants/ants-9999.ebuild 
b/sci-biology/ants/ants-9999.ebuild
index 0623c22..58b6ae8 100644
--- a/sci-biology/ants/ants-9999.ebuild
+++ b/sci-biology/ants/ants-9999.ebuild
@@ -22,6 +22,6 @@ src_install() {
        cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
        emake DESTDIR="${D}" install
        cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found"
-       dodir /usr/lib/ants
-       install -t "${D}"usr/lib/ants *
+       dodir /usr/$(get_libdir)/ants
+       install -t "${D}"usr/$(get_libdir)/ants *
 }

Reply via email to