diff options
-rw-r--r-- | extra/libproxy/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/libproxy/PKGBUILD b/extra/libproxy/PKGBUILD index dd01d027..5463630c 100644 --- a/extra/libproxy/PKGBUILD +++ b/extra/libproxy/PKGBUILD @@ -24,6 +24,12 @@ eval "$( )" if [ "${CARCH}" = 'i486' ]; then + pkgname=( + $( + printf '%s\n' "${pkgname[@]}" | \ + grep -v '^libproxy-webkit' + ) + ) eval "$( declare -f build | \ sed ' |