Pass DESTDIR to make in a way that it can cope with.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@296 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -40,7 +40,7 @@ binary-arch: build
|
|||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the files into debian/tmp
|
# Add here commands to install the files into debian/tmp
|
||||||
DESTDIR=`pwd`/debian/tmp $(MAKE) install
|
$(MAKE) DESTDIR=`pwd`/debian/tmp install
|
||||||
|
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installexamples
|
dh_installexamples
|
||||||
|
|||||||
Reference in New Issue
Block a user