diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-03-03 09:53:52 +0100 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-03-03 09:53:52 +0100 |
commit | cebfb86b416b9767fc10e867ab13f49437e5edc4 (patch) | |
tree | 870a6e2a9d30621506322a4093f8b7ecc08ee1b1 /sci-libs/ann | |
parent | dev-vcs/git-blame-someone-else: call einstalldocs (diff) | |
download | guru-cebfb86b416b9767fc10e867ab13f49437e5edc4.tar.gz guru-cebfb86b416b9767fc10e867ab13f49437e5edc4.tar.bz2 guru-cebfb86b416b9767fc10e867ab13f49437e5edc4.zip |
sci-libs/ann: call einstalldocs
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-libs/ann')
-rw-r--r-- | sci-libs/ann/ann-1.1.2_p7.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-libs/ann/ann-1.1.2_p7.ebuild b/sci-libs/ann/ann-1.1.2_p7.ebuild index afd6d3ee7..29ae28e4b 100644 --- a/sci-libs/ann/ann-1.1.2_p7.ebuild +++ b/sci-libs/ann/ann-1.1.2_p7.ebuild @@ -31,6 +31,7 @@ src_prepare() { export QUILT_SERIES="${QUILT_PATCHES}/series" quilt push -a || die eapply_user + eautoreconf } @@ -47,6 +48,7 @@ src_test() { src_install() { emake DESTDIR="${D}" install + insinto /usr/include/ANN doins -r include/ANN/. @@ -62,5 +64,8 @@ src_install() { doman ann_sample.1 doman ann_test.1 doman ann2fig.1 + + einstalldocs + find "${D}" -name '*.la' -delete || die } |