Skip to content

Commit cba15a9

Browse files
committed
Fixed build and install script to use /usr/local/bin/
1 parent 2f0854f commit cba15a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/build_and_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cargo build --release && sudo cp target/release/stackmuncher /usr/bin/ && sudo chmod 755 /usr/bin/stackmuncher
1+
cargo build --release && cargo strip && sudo cp target/release/stackmuncher /usr/local/bin/ && sudo chmod 755 /usr/local/bin/stackmuncher

0 commit comments

Comments
 (0)