From d4b856a2ecb6975c433267f9b53df0cb75f3ee1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 25 Feb 2019 07:24:22 +0100 Subject: [PATCH] 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(-) diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass index c0fa391bdff29..d8e93b6fb4b32 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