diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/nasm/PKGBUILD | 9 |
1 files 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 |