From d4b856a2ecb6975c433267f9b53df0cb75f3ee1e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 25 Feb 2019 07:24:22 +0100 Subject: eclass: Update comment in ltprune.eclass. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 c0fa391bdff2..d8e93b6fb4b3 100644 --- a/eclass/ltprune.eclass +++ b/eclass/ltprune.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 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' -delete || die +# find "${D}" -name '*.la' -type f -delete || die # @CODE if [[ -z ${_LTPRUNE_ECLASS} ]]; then -- cgit v1.2.3-18-g5258