
Add debian directory to build config-gate for Debian. Story: 2009101 Task: 43020 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: If34ac97e66cf1ba07c9cd6cdf9811d48b9700950
16 lines
325 B
Makefile
Executable File
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
|