summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-05-07 19:14:53 -0600
committerM. Greyson Christoforo2024-05-07 19:14:53 -0600
commit835356d92d62cd4054173b17b70f458020569da5 (patch)
tree884d83580c921bfe6d134cd2e3770a0abb8d2043
parent863a6139efeb44bcdd26d9ed3655dc94ba752c3e (diff)
downloadaur-wasip2-libc.tar.gz
sysroot can be reused
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80b869fc8403..ef45fe21d8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,5 +36,5 @@ build() {
package() {
cd wasi-libc
install -dm755 "${pkgdir}"/usr/share
- cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasip2-sysroot
+ cp -dr --preserve=mode,timestamp sysroot "${pkgdir}"/usr/share/wasi-sysroot
}