diff options
author | Sam James <sam@gentoo.org> | 2021-03-09 22:48:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 22:49:42 +0000 |
commit | 434ea14657a635360b4efb3a01ea7b5d0753a168 (patch) | |
tree | ef1343c1af36ecee0a74f86a9b440a7c3b267cdb /app-crypt/libmd/libmd-1.0.3.ebuild | |
parent | net-misc/cadaver: Create config.rpath for newer Autoconf. (diff) | |
download | gentoo-434ea14657a635360b4efb3a01ea7b5d0753a168.tar.gz gentoo-434ea14657a635360b4efb3a01ea7b5d0753a168.tar.bz2 gentoo-434ea14657a635360b4efb3a01ea7b5d0753a168.zip |
app-crypt/libmd: drop .la files with find, sync live
Closes: https://bugs.gentoo.org/775161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/libmd/libmd-1.0.3.ebuild')
-rw-r--r-- | app-crypt/libmd/libmd-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/libmd/libmd-1.0.3.ebuild b/app-crypt/libmd/libmd-1.0.3.ebuild index 8a326814c160..f4e3c0857bdd 100644 --- a/app-crypt/libmd/libmd-1.0.3.ebuild +++ b/app-crypt/libmd/libmd-1.0.3.ebuild @@ -20,5 +20,5 @@ src_configure() { src_install() { default - rm "${ED}"/usr/$(get_libdir)/libmd.la || die + find "${ED}" -name '*.la' -delete || die } |