diff options
author | 2020-05-26 08:27:04 +0200 | |
---|---|---|
committer | 2020-05-26 08:32:14 +0200 | |
commit | dffc0cbc181b1f88a75e2f70cf114be3605a0409 (patch) | |
tree | d7924a750ca7e7899900f78b03344f1e863d4b36 /net-libs/wandio | |
parent | app-emulation/diskimage-builder: 2.37.1 bump (diff) | |
download | gentoo-dffc0cbc181b1f88a75e2f70cf114be3605a0409.tar.gz gentoo-dffc0cbc181b1f88a75e2f70cf114be3605a0409.tar.bz2 gentoo-dffc0cbc181b1f88a75e2f70cf114be3605a0409.zip |
net-libs/wandio: Remove .la file(s)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-libs/wandio')
-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 |