fix quoting to a lot of patch calls

This commit is contained in:
Mike Frysinger
2017-01-20 19:52:40 -06:00
parent 9fc147e990
commit 62fa24bb8a
68 changed files with 92 additions and 93 deletions

View File

@@ -47,7 +47,7 @@ java_prepare() {
java-pkg_clean
# Apply patches.
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
# Weed out comments (some contain UTF-8 chars javac cannnot deal with).
sed -i -e '/*/d;' \