summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f1a59e6910..d8b7e4abdda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,7 @@ package() {
# executable commands
install -Dm755 bin/wasmer "$pkgdir"/usr/bin/wasmer
install -Dm755 bin/wapm "$pkgdir"/usr/bin/wapm
+ ln -s wapm "$pkgdir"/usr/bin/wax
# wapm completions
install -Dm644 wapm-bash-completions "$pkgdir"/usr/share/bash-completion/completions/wapm