Pi66

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

← back to log

v1.0.1

author: pixel
date: 2025-03-20 12:37
hash: bee1d1aee488d0e0ac7a9916ab7e5b4c20a1c7b9

Diffstat:

M

Makefile
5 ++++++++++++------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/Makefile b/Makefile
index 8c40da1..13d7d28 100644
--- a/Makefile
+++ b/Makefile
@@ -4,14 +4,13 @@ build:
    cargo build --release

 install: build
-   sudo install -d <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo stretchy="false">&#x00028;</mo><mi>D</mi><mi>E</mi><mi>S</mi><mi>T</mi><mi>D</mi><mi>I</mi><mi>R</mi><mo stretchy="false">&#x00029;</mo></mrow></math>(PREFIX)/bin
    sudo install -m755 target/release/walrs /usr/bin/walrs
    sudo install -d ./templates/ /etc/walrs/templates
    sudo cp -r templates/* /etc/walrs/templates/

 uninstall:
-   sudo rm -f <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo stretchy="false">&#x00028;</mo><mi>D</mi><mi>E</mi><mi>S</mi><mi>T</mi><mi>D</mi><mi>I</mi><mi>R</mi><mo stretchy="false">&#x00029;</mo></mrow></math>(PREFIX)/bin/walrs
-   sudo rm -rf <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mrow><mo stretchy="false">&#x00028;</mo><mi>D</mi><mi>E</mi><mi>S</mi><mi>T</mi><mi>D</mi><mi>I</mi><mi>R</mi><mo stretchy="false">&#x00029;</mo></mrow></math>(SYSCONFDIR)/walrs
+   sudo rm -f /usr/bin/walrs
+   sudo rm -rf /etc/walrs/

 clean:
    cargo clean