Skip to content

Commit

Permalink
eclass/java-utils-2: Allows a list of directories to be specified.
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
monsieurp committed Sep 29, 2015
1 parent 247c3f8 commit afef5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/java-utils-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit afef5d8

Please sign in to comment.