Files
shadowsocks-rust/debian/rules
Simon Shi f6e57b7820 Refine debian packaging (#83)
* Refine debian packaging

* Bump debian version
2017-11-09 19:25:17 +08:00

11 lines
167 B
Makefile
Executable File

#!/usr/bin/make -f
override_dh_auto_build:
dh_auto_build -- TARGET=release
override_dh_auto_install:
dh_auto_install -- TARGET=release PREFIX=/usr/bin
%:
dh $@