diff options
-rw-r--r-- | net-libs/wandio/wandio-4.2.3_p1-r1.ebuild (renamed from net-libs/wandio/wandio-4.2.3_p1.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-libs/wandio/wandio-4.2.3_p1.ebuild b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild index 5da40030c1d1..e0d614fcb241 100644 --- a/net-libs/wandio/wandio-4.2.3_p1.ebuild +++ b/net-libs/wandio/wandio-4.2.3_p1-r1.ebuild @@ -43,6 +43,11 @@ src_configure() { $(use_with zlib) } +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} + src_test() { pushd test || die sh do-basic-tests.sh |