index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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/wine-gecko | |
parent | 7fe186dcbad585444388915440dc8727e22b42c7 (diff) |
-rw-r--r-- | community/wine-gecko/PKGBUILD | 6 |
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 ' )" |