Skip to content

Commit d976c2c

Browse files
committed
chore: install to /usr/local/bin instead
1 parent 6b00258 commit d976c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.vsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ if arguments().contains('install') {
8686
user := sh('logname').trim_space()
8787
sh('chown ${user}:${user} ./${exe_name}')
8888
sh('chown -R ${user}:${user} ./${protocols_dir}')
89-
sh('cp ./${exe_name} /usr/bin')
89+
sh('cp ./${exe_name} /usr/local/bin/${exe_name}')
9090
}

0 commit comments

Comments
 (0)