core-agent-linux/debian/rules

19 lines
287 B
Plaintext
Raw Normal View History

2014-05-02 01:47:52 +02:00
#!/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 install-deb
2014-05-02 01:47:52 +02:00
make -C qrexec install