qubes-linux-utils/debian/rules

17 lines
299 B
Plaintext
Raw 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
%:
dh $@
override_dh_auto_build:
make all LIBDIR=/usr/lib DEBIANBUILD=1
override_dh_auto_install:
make install LIBDIR=/usr/lib DEBIANBUILD=1