config/config-gate/debian/deb_folder/rules

16 lines
325 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE = 1
%:
dh $@
override_dh_auto_build:
: # Nothing to build
override_dh_auto_install:
$(MAKE) SBINDIR=`pwd`/debian/tmp/usr/sbin \
SYSTEMDDIR=`pwd`/debian/tmp/lib/systemd/system install
override_dh_installsystemd:
dh_installsystemd -pconfig-gate-worker worker-config-gate.service