diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-01 19:14:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-01 19:51:53 +0100 |
commit | 3081c9768582a589390e3e1c90598873c9c1e629 (patch) | |
tree | 5820bdfa56c3d542a3ace512c971da2b00b601a8 /net-wireless/blueman | |
parent | sys-block/thin-provisioning-tools: add missing RDEPEND (diff) | |
download | gentoo-3081c9768582a589390e3e1c90598873c9c1e629.tar.gz gentoo-3081c9768582a589390e3e1c90598873c9c1e629.tar.bz2 gentoo-3081c9768582a589390e3e1c90598873c9c1e629.zip |
net-wireless/blueman: Remove .la files only if they exist
Closes: https://bugs.gentoo.org/768243
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/blueman')
-rw-r--r-- | net-wireless/blueman/blueman-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/blueman/blueman-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-wireless/blueman/blueman-2.1.4.ebuild b/net-wireless/blueman/blueman-2.1.4.ebuild index 8d6b0a615894..54bfcc098465 100644 --- a/net-wireless/blueman/blueman-2.1.4.ebuild +++ b/net-wireless/blueman/blueman-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -117,7 +117,7 @@ src_install() { doins "${FILESDIR}/01-org.blueman.rules" fi - rm "${D}"/$(python_get_sitedir)/*.la || die + find "${D}" -name '*.la' -delete || die } pkg_postinst() { diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild index d74182347545..c254607dd5a8 100644 --- a/net-wireless/blueman/blueman-9999.ebuild +++ b/net-wireless/blueman/blueman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -117,7 +117,7 @@ src_install() { doins "${FILESDIR}/01-org.blueman.rules" fi - rm "${D}"/$(python_get_sitedir)/*.la || die + find "${D}" -name '*.la' -delete || die } pkg_postinst() { |