Added DESTDIR variable

This commit is contained in:
Ingo Ruhnke 2010-05-08 17:11:53 +02:00
parent 5464b17f3d
commit acc83015ca

8
debian/rules vendored
View file

@ -9,9 +9,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
ifndef DESTDIR
DESTDIR=..
endif
configure: configure-stamp
configure-stamp:
@ -89,7 +89,7 @@ binary-arch: install
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dh_builddeb --destdir "$(DESTDIR)"
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure