mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
Compatible with BSD install
This commit is contained in:
7
Makefile
7
Makefile
@@ -12,9 +12,10 @@ else
|
||||
endif
|
||||
|
||||
install:
|
||||
install -Dm 755 target/${TARGET}/sslocal ${DESTDIR}${PREFIX}/sslocal
|
||||
install -Dm 755 target/${TARGET}/ssserver ${DESTDIR}${PREFIX}/ssserver
|
||||
install -Dm 755 target/${TARGET}/ssurl ${DESTDIR}${PREFIX}/ssurl
|
||||
install -d ${DESTDIR}${PREFIX}
|
||||
install -m 755 target/${TARGET}/sslocal ${DESTDIR}${PREFIX}/sslocal
|
||||
install -m 755 target/${TARGET}/ssserver ${DESTDIR}${PREFIX}/ssserver
|
||||
install -m 755 target/${TARGET}/ssurl ${DESTDIR}${PREFIX}/ssurl
|
||||
|
||||
uninstall:
|
||||
rm ${DESTDIR}${PREFIX}/sslocal
|
||||
|
||||
Reference in New Issue
Block a user