Pi66

pino-rs
Rust notification daemon.
git clone https://git.pi66.xyz/pino-rs

← back to log

0.1.2

author: pixel
date: 2025-03-31 01:11
hash: 566168885651fd850708ae35fe7fc5f3dcddb91c

Diffstat:

M

Makefile
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/Makefile b/Makefile
index b269d06..62cef3a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ build:
    cargo build --release

 install: build
-   sudo install -m755 target/release/pino-rs /bin/pino
+   sudo install -m755 target/release/pino /bin/pino

 uninstall:
    sudo rm -f /bin/walrs