diff options
Diffstat (limited to 'sci-biology/ants')
-rw-r--r-- | sci-biology/ants/ChangeLog | 3 | ||||
-rw-r--r-- | 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 b46385b64..6e50bf015 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; <chymera@gentoo.org> ants-9999.ebuild: + specifying lib dir adequaltely for multilib setups + *ants-9999 (26 Jul 2015) 26 Jul 2015; <chymera@gentoo.org> +ants-9999.ebuild, +metadata.xml: diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 0623c223b..58b6ae8f8 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 * } |