net-misc/bird: bash syntax is still weird
This commit is contained in:
parent
c9d10d66d7
commit
558cb49a3a
|
@ -38,7 +38,7 @@ PATCHES=()
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if use elibc_musl; then
|
if use elibc_musl; then
|
||||||
PATCHES += "${FILESDIR}/${PN}-2.0.9-musl-tests.patch"
|
PATCHES+=("${FILESDIR}/${PN}-2.0.9-musl-tests.patch")
|
||||||
fi
|
fi
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ PATCHES=()
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if use elibc_musl; then
|
if use elibc_musl; then
|
||||||
PATCHES += "${FILESDIR}/${PN}-2.0.9-musl-tests.patch"
|
PATCHES+=("${FILESDIR}/${PN}-2.0.9-musl-tests.patch")
|
||||||
fi
|
fi
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ PATCHES=()
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
if use elibc_musl; then
|
if use elibc_musl; then
|
||||||
PATCHES += "${FILESDIR}/${P}-musl-tests.patch"
|
PATCHES+=("${FILESDIR}/${P}-musl-tests.patch")
|
||||||
fi
|
fi
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue