hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit a44006657c0956a83536c2adc6d8e55fd2bc9a2a
parent e4cee418396a0056bb7c2d1a580afba0c06172f7
Author: sin <sin@2f30.org>
Date:   Wed, 29 Oct 2014 14:23:31 +0000

Just show the commands when installing

Diffstat:
MMakefile | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -27,9 +27,8 @@ clean: @rm -f hysteria-highlight ${OBJ} install: all - @echo installing executable file to ${DESTDIR}${PREFIX}/bin - @mkdir -p ${DESTDIR}${PREFIX}/bin - @cp -f \ + mkdir -p ${DESTDIR}${PREFIX}/bin + cp -f \ hysteria \ hysteria-autojoin \ hysteria-connect \ @@ -37,7 +36,7 @@ install: all hysteria-monitor \ hysteria-waitfile \ ${DESTDIR}${PREFIX}/bin - @chmod 755 \ + chmod 755 \ ${DESTDIR}${PREFIX}/bin/hysteria \ ${DESTDIR}${PREFIX}/bin/hysteria-autojoin \ ${DESTDIR}${PREFIX}/bin/hysteria-connect \