Skip to content

Commit

Permalink
ltprune.eclass: match removing libtool files command with policy guide
Browse files Browse the repository at this point in the history
  • Loading branch information
juippis committed Sep 13, 2020
1 parent 4cf0cde commit cde9fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/ltprune.eclass
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit cde9fdc

Please sign in to comment.