Pi66

walrs
pywal but if its Fast-Minimal-Simple
git clone https://git.pi66.xyz/walrs

← back to log

Add: auto complete

author: pixel
date: 2025-05-03 21:46
hash: f8d5df1bc478d9a60894d121cb70ede73582b4ab

Diffstat:

M

Makefile
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/Makefile b/Makefile
index 27a6809..cd63265 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install: build
    sudo cp -r templates/* /etc/walrs/templates/

 aur:
-   /usr/bin/walrs --install-completions -q
+    ./target/release/walrs --install-completions -q --output "$pkgdir/usr/share"

 uninstall:
    sudo rm -f /usr/bin/walrs