diff options
author | 2019-08-13 13:35:12 +0200 | |
---|---|---|
committer | 2019-08-13 14:10:51 +0200 | |
commit | 5fe2554293236702c505da580c24080d6d1d27c5 (patch) | |
tree | 3b4da2b5d9778c4e618eabd959d2fcdafc843184 /xfce-extra | |
parent | xfce-extra/xfce4-windowck-plugin: Strip .la files (diff) | |
download | gentoo-5fe2554293236702c505da580c24080d6d1d27c5.tar.gz gentoo-5fe2554293236702c505da580c24080d6d1d27c5.tar.bz2 gentoo-5fe2554293236702c505da580c24080d6d1d27c5.zip |
xfce-extra/xfce4-xkb-plugin: Strip .la files
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild index cb252ebd4900..3b5cb074fe65 100644 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild +++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild @@ -37,3 +37,8 @@ src_configure() { econf "${myconf[@]}" } + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} |