diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-07 08:15:03 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-07 08:15:03 +0100 |
commit | 4de276291f0a434375d93748a25e8ef5c85c9bb0 (patch) | |
tree | 73d0494580c5a64550ca168a53823ae361e0905f /sci-biology | |
parent | dev-ruby/addressable: add 2.4.0 (diff) | |
download | gentoo-4de276291f0a434375d93748a25e8ef5c85c9bb0.tar.gz gentoo-4de276291f0a434375d93748a25e8ef5c85c9bb0.tar.bz2 gentoo-4de276291f0a434375d93748a25e8ef5c85c9bb0.zip |
sci-biology/phylip: Fix install path for libs
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/phylip/phylip-3.696-r1.ebuild (renamed from sci-biology/phylip/phylip-3.696.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-biology/phylip/phylip-3.696.ebuild b/sci-biology/phylip/phylip-3.696-r1.ebuild index cf6fe4072cbf..c9c7b70b99b3 100644 --- a/sci-biology/phylip/phylip-3.696.ebuild +++ b/sci-biology/phylip/phylip-3.696-r1.ebuild @@ -43,6 +43,7 @@ src_install() { mv exe/font* fonts || die "Font move failed." mv exe/factor exe/factor-${PN} || die "Renaming factor failed." + dolib.so exe/*so && rm exe/*so || die dobin exe/* dodoc "${FILESDIR}"/README.Gentoo |