1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

x11-misc/gpaste: fix prune_libtool_files command not found

This commit is contained in:
2020-01-05 20:01:15 +01:00
parent bc38b5645b
commit 65108c2939
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ EAPI=7
VALA_MIN_API_VERSION="0.42"
VALA_USE_DEPEND="vapigen"
inherit eutils autotools gnome2-utils vala vcs-snapshot
inherit autotools eutils gnome2-utils vala vcs-snapshot
DESCRIPTION="Clipboard management system"
HOMEPAGE="https://github.com/Keruspe/GPaste"
@@ -63,7 +63,7 @@ src_configure() {
src_install() {
default
prune_libtool_files
find "${D}" -name '*.la' -delete
}
pkg_preinst() {