diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-23 09:44:07 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-23 09:44:07 +0200 |
commit | cd1b932c65f46d0372a10be1dd2656c5f1f61901 (patch) | |
tree | cc3e888b66259f8cdbf158fa9521db5cb335df0e /community | |
parent | 7fe186dcbad585444388915440dc8727e22b42c7 (diff) | |
download | packages-cd1b932c65f46d0372a10be1dd2656c5f1f61901.tar.xz |
community/wine-gecko: no 64-bit binaries (again)
Diffstat (limited to 'community')
-rw-r--r-- | community/wine-gecko/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/wine-gecko/PKGBUILD b/community/wine-gecko/PKGBUILD index 0aaae504..1b732d45 100644 --- a/community/wine-gecko/PKGBUILD +++ b/community/wine-gecko/PKGBUILD @@ -1,8 +1,6 @@ -# ignore failing errors in now (LLVM :: tools/gold/X86/linkonce_odr_unnamed_addr.ll) - eval "$( - declare -f check | \ + declare -f package | \ sed ' - s/ninja check/ninja check || true/ + s/$pkgname-$pkgver-x86_64.msi//g ' )" |