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

@@ -33,7 +33,7 @@ PATCHES=(
src_prepare() {
has_version ">=dev-lang/tcl-8.6" && \
PATCHES+=( "${FILESDIR}"/${P}-test.patch )
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
}
src_test() {

View File

@@ -33,7 +33,7 @@ PATCHES=( "${FILESDIR}"/${P}-XSS-vuln.patch )
src_prepare() {
has_version ">=dev-lang/tcl-8.6" && \
PATCHES+=( "${FILESDIR}"/${P}-test.patch )
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
sed \
-e '/testsNeedTcl/s:8.5:8.6:g' \

View File

@@ -28,7 +28,7 @@ PATCHES=(
)
src_prepare() {
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
}
src_compile() {

View File

@@ -29,7 +29,7 @@ PATCHES=(
)
src_prepare() {
epatch ${PATCHES[@]}
epatch "${PATCHES[@]}"
}
src_compile() {