From cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sun, 13 Sep 2020 08:48:22 +0300 Subject: ltprune.eclass: match removing libtool files command with policy guide - https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303 Signed-off-by: Joonas Niilola --- eclass/ltprune.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass index d8e93b6fb4b3..fe244cbf3c89 100644 --- a/eclass/ltprune.eclass +++ b/eclass/ltprune.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ltprune.eclass @@ -11,7 +11,7 @@ # # Discouraged. Whenever possible, please use much simpler: # @CODE -# find "${D}" -name '*.la' -type f -delete || die +# find "${ED}" -name '*.la' -remove || die # @CODE if [[ -z ${_LTPRUNE_ECLASS} ]]; then -- cgit v1.2.3-65-gdbad