From 2ab9dac1a436e8698963da0aa0a00c978611a747 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 13 Sep 2020 08:56:12 +0200 Subject: installed-files: Fix -remove → -delete MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- installed-files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installed-files.rst b/installed-files.rst index c8c55f2..db949b0 100644 --- a/installed-files.rst +++ b/installed-files.rst @@ -79,7 +79,7 @@ b. the package is installing static libraries that have additional It is recommended to use the following one-liner to remove .la files:: - find "${ED}" -name '*.la' -remove || die + find "${ED}" -name '*.la' -delete || die *Rationale*: libtool files were historically introduced as an attempt to supplement static library archives with dependent library list. -- cgit v1.2.3-18-g5258