commit: cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Sep 13 05:48:22 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Sep 13 06:01:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cde9fdc4
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 <juippis <AT> gentoo.org> eclass/ltprune.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass index d8e93b6fb4b..fe244cbf3c8 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
