diff options
Diffstat (limited to 'x11-libs/librfm')
-rw-r--r-- | x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild index 0ea4ffabe339..cdb51d846231 100644 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools ltprune +inherit autotools MY_P="${PN}5-${PV}" @@ -41,5 +41,5 @@ src_prepare() { src_install() { default - prune_libtool_files + find "${ED}" -name '*.la' -delete || die } |