index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-18 17:59:09 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-18 17:59:09 +0200 |
commit | 1620281031faab0599c27cafeb361ff49e79d79f (patch) | |
tree | cc8a6a0f3960d6d9654b233dd17593ef6f1e9417 /core | |
parent | a9f1555a407f3d891323beb13ac9a2dfbdd03b90 (diff) |
-rw-r--r-- | core/icu/PKGBUILD | 2 |
diff --git a/core/icu/PKGBUILD b/core/icu/PKGBUILD index 2e6727f3..39cde28c 100644 --- a/core/icu/PKGBUILD +++ b/core/icu/PKGBUILD @@ -13,6 +13,6 @@ eval "$( declare -f check | \ sed ' - s/make -k check/make -k check || true/ + s/make check/make check || true/ ' )" |