sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / eclass / ltprune.eclass
index c0fa391bdff29ea27447c5669869ab7e35a77de9..d8e93b6fb4b32df85b48f7968f7a08350571bed9 100644 (file)
@@ -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