diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-13 08:59:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-13 08:59:54 +0200 |
commit | c6e39fdd131fd482b42f2c278c3c7acc5c44ec91 (patch) | |
tree | 764384b9e52c14048108380b81076396a0723a27 /_sources | |
parent | Update wrt deprecated eclasses (diff) | |
download | policy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.tar.gz policy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.tar.bz2 policy-guide-c6e39fdd131fd482b42f2c278c3c7acc5c44ec91.zip |
Update
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to '_sources')
-rw-r--r-- | _sources/installed-files.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sources/installed-files.rst.txt b/_sources/installed-files.rst.txt index c8c55f2..db949b0 100644 --- a/_sources/installed-files.rst.txt +++ b/_sources/installed-files.rst.txt @@ -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. |