From 8bd0b56f808af6b3590e9f4c1b03417ce44c9e34 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 11 Oct 2018 10:55:13 +0200 Subject: extra/nasm: fixed wrong i486 patch --- extra/nasm/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/extra/nasm/PKGBUILD b/extra/nasm/PKGBUILD index c38d4459..36e81008 100644 --- a/extra/nasm/PKGBUILD +++ b/extra/nasm/PKGBUILD @@ -11,9 +11,10 @@ if [ "${CARCH}" = "i486" ]; then # remove ttf-liberation (X packages missing for installing the font) makedepends=(${makedepends[@]//ttf-liberation/}) - declare -f build | \ - sed ' - /make .*doc/d - ' + eval "$( + declare -f build | \ + sed " + /make .*doc/d + " )" fi -- cgit v1.2.3