diff options
author | psykose <alice@ayaya.dev> | 2023-06-01 22:43:24 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2023-06-02 00:43:24 +0200 |
commit | 0c764d7b88dcd8943118a1e8146410d7a106c49e (patch) | |
tree | 72c86a6ff240fbc84b3942d3e1ea1c051e04c0e5 | |
parent | 5bc0b990013c9b8d50616e2fac9a6df8a1827daa (diff) |
community/rust: fix prepare
oops
-rw-r--r-- | community/rust/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 8b5e0ae4ffa..24d39e03529 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -146,6 +146,7 @@ _clear_vendor_checksums() { } prepare() { + default_prepare _clear_vendor_checksums libc _clear_vendor_checksums libc-0.2.138 _clear_vendor_checksums libc-0.2.139 |