2019-08-21 19:51:53 -07:00

19 lines
344 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
<<<<<<< HEAD
make ZT_USE_MINIUPNPC=1 -j$(nproc)
gcc $$(pwd)/debian/readynas/authtoken.c -o $$(pwd)/debian/readynas/authtoken
chmod u+s $$(pwd)/debian/readynas/authtoken
=======
make -j 4
>>>>>>> upstream/1.4.2
override_dh_fixperms:
dh_fixperms -Xauthtoken
override_dh_auto_install: