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

@@ -36,9 +36,8 @@ JAVA_GENTOO_CLASSPATH="
S="${WORKDIR}/${P}"
# bug 546502
PATCHES=(
"${FILESDIR}"/"${P}"-ClientPool.patch
"${FILESDIR}"/"${P}"-ClientPool.patch #546502
)
java_prepare() {
@@ -48,6 +47,5 @@ java_prepare() {
# tarball contains the same sources in gnu-.../sources and gnu-.../main/
rm -r gnu-hylafax-*/sources || die
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
}