Added DESTDIR variable
This commit is contained in:
parent
5464b17f3d
commit
acc83015ca
1 changed files with 4 additions and 4 deletions
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue