mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
eclass/java-utils-2: Allows a list of directories to be specified.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
@@ -2831,5 +2831,5 @@ is-java-strict() {
|
||||
# removing any bundled dependencies
|
||||
java-pkg_clean() {
|
||||
[[ -n "${JAVA_PKG_NO_CLEAN}" ]] &&
|
||||
find '(' -name '*.class' -o -name '*.jar' ')' -type f -delete -print || die
|
||||
find "${@}" '(' -name '*.class' -o -name '*.jar' ')' -type f -delete -print || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user