mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 10:58:21 -07:00
fix quoting to a lot of patch calls
This commit is contained in:
@@ -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[@]}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user