From 47afd0a121495378fb19eeba5ad84228bb275fa5 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 13 Sep 2019 10:55:21 +0200 Subject: community/aubio: substitute $CARCH, not ${CARCH} --- community/aubio/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/aubio/PKGBUILD b/community/aubio/PKGBUILD index d4bafbd7..13739c2c 100644 --- a/community/aubio/PKGBUILD +++ b/community/aubio/PKGBUILD @@ -12,7 +12,7 @@ if [ "${CARCH}" = "pentium4" ]; then eval "$( declare -f check | \ sed ' - s/${CARCH}/i686/ + s/$CARCH/i686/ ' )" fi -- cgit v1.2.3