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
|
endif
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm 755 target/${TARGET}/sslocal ${DESTDIR}${PREFIX}/sslocal
|
install -d ${DESTDIR}${PREFIX}
|
||||||
install -Dm 755 target/${TARGET}/ssserver ${DESTDIR}${PREFIX}/ssserver
|
install -m 755 target/${TARGET}/sslocal ${DESTDIR}${PREFIX}/sslocal
|
||||||
install -Dm 755 target/${TARGET}/ssurl ${DESTDIR}${PREFIX}/ssurl
|
install -m 755 target/${TARGET}/ssserver ${DESTDIR}${PREFIX}/ssserver
|
||||||
|
install -m 755 target/${TARGET}/ssurl ${DESTDIR}${PREFIX}/ssurl
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm ${DESTDIR}${PREFIX}/sslocal
|
rm ${DESTDIR}${PREFIX}/sslocal
|
||||||
|
|||||||
Reference in New Issue
Block a user