qubes-linux-utils/debian/rules

17 lines
313 B
Plaintext
Raw Permalink Normal View History

2014-04-21 01:24:12 +00:00
#!/usr/bin/make -f
# -*- makefile -*-
export DESTDIR=$(shell pwd)/debian/qubes-utils
2014-04-21 01:24:12 +00:00
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
2014-09-25 15:20:14 +00:00
dh $@ --with=systemd
2014-04-21 01:24:12 +00:00
override_dh_auto_build:
make all LIBDIR=/usr/lib DEBIANBUILD=1
override_dh_auto_install:
make install LIBDIR=/usr/lib DEBIANBUILD=1