commit:     72051a02b665827eb634eb0c4ac6064d4a8d3eb0
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 08:04:04 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 08:04:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72051a02

ltprune.eclass: update find command per qa policy-guide

 - policy-guide/commit/2ab9dac1a436e8698963da0aa0a00c978611a747

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 eclass/ltprune.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass
index fe244cbf3c8..7374716e6dd 100644
--- a/eclass/ltprune.eclass
+++ b/eclass/ltprune.eclass
@@ -11,7 +11,7 @@
 #
 # Discouraged. Whenever possible, please use much simpler:
 # @CODE
-# find "${ED}" -name '*.la' -remove || die
+# find "${ED}" -name '*.la' -delete || die
 # @CODE
 
 if [[ -z ${_LTPRUNE_ECLASS} ]]; then

Reply via email to