mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fixed ssservice in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ install:
|
||||
install -m 755 target/${TARGET}/ssserver ${DESTDIR}${PREFIX}/ssserver
|
||||
install -m 755 target/${TARGET}/ssurl ${DESTDIR}${PREFIX}/ssurl
|
||||
install -m 755 target/${TARGET}/ssmanager ${DESTDIR}${PREFIX}/ssmanager
|
||||
install -m 755 target/${TARGET}/ssmanager ${DESTDIR}${PREFIX}/ssservice
|
||||
install -m 755 target/${TARGET}/ssservice ${DESTDIR}${PREFIX}/ssservice
|
||||
|
||||
uninstall:
|
||||
rm ${DESTDIR}${PREFIX}/sslocal
|
||||
|
||||
Reference in New Issue
Block a user