diff options
author | Sven Wegener <swegener@gentoo.org> | 2017-09-07 21:13:34 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2017-09-07 21:16:02 +0000 |
commit | e250fb256ee762504586033ff13da786c4878d3d (patch) | |
tree | e11553c8492b90da1f88818781950b166667c3b7 /sys-auth | |
parent | sys-auth/google-authenticator: Re-add configure arguments (diff) | |
download | gentoo-e250fb256ee762504586033ff13da786c4878d3d.tar.gz gentoo-e250fb256ee762504586033ff13da786c4878d3d.tar.bz2 gentoo-e250fb256ee762504586033ff13da786c4878d3d.zip |
sys-auth/google-authenticator: Re-add .la files pruning
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-1.04.ebuild | 1 | ||||
-rw-r--r-- | sys-auth/google-authenticator/google-authenticator-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild index 6c68a50616f2..3b36a977a90e 100644 --- a/sys-auth/google-authenticator/google-authenticator-1.04.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-1.04.ebuild @@ -41,6 +41,7 @@ src_compile() { src_install() { default + find "${D}" -name '*.la' -delete || die } pkg_postinst() { diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild index 6c68a50616f2..3b36a977a90e 100644 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild @@ -41,6 +41,7 @@ src_compile() { src_install() { default + find "${D}" -name '*.la' -delete || die } pkg_postinst() { |