core-agent-linux/debian/rules
Davíð Steinn Geirsson 65e8e96a68 Initial debian packaging
2014-07-23 05:13:32 +02:00

19 lines
275 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DESTDIR=$(shell pwd)/debian/qubes-core-agent
%:
dh $@
override_dh_auto_build:
make all
override_dh_auto_install:
make install-common
make -C qrexec install