summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/htslib/htslib-1.0.ebuild')
-rw-r--r--sci-libs/htslib/htslib-1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/htslib/htslib-1.0.ebuild b/sci-libs/htslib/htslib-1.0.ebuild
index cdba43274cfe..5d30db518715 100644
--- a/sci-libs/htslib/htslib-1.0.ebuild
+++ b/sci-libs/htslib/htslib-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.0.ebuild,v 1.2 2014/09/20 19:09:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.0.ebuild,v 1.3 2014/09/20 19:12:51 jlec Exp $
EAPI=5
@@ -32,7 +32,7 @@ src_install() {
rm "${ED}/usr/share/man/man1/libhts.so.1" || die
if ! use static-libs; then
- find "${ED}" -delete || die
+ find "${ED}" -type f -name "*.a" -delete || die
fi
dodoc README