diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-09-13 08:48:22 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-13 09:01:03 +0300 |
commit | cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c (patch) | |
tree | 978ca9d709ca50495e586270bafd308eb2a77bde /eclass | |
parent | gui-apps/waybar: subscribe to date subslot, gtk+ dep (diff) | |
download | gentoo-cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c.tar.gz gentoo-cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c.tar.bz2 gentoo-cde9fdc45adad2beb7d6df4aa0d13b93cbf5d77c.zip |
ltprune.eclass: match removing libtool files command with policy guide
- https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0303
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ltprune.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ltprune.eclass b/eclass/ltprune.eclass index d8e93b6fb4b3..fe244cbf3c89 100644 --- a/eclass/ltprune.eclass +++ b/eclass/ltprune.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 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' -type f -delete || die +# find "${ED}" -name '*.la' -remove || die # @CODE if [[ -z ${_LTPRUNE_ECLASS} ]]; then |