From 99dc02bdf3f46408874774656c6c6fd0d6c0ab12 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 18 Aug 2001 02:33:17 +0000 Subject: [PATCH] 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 --- projects/lookuplet/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/lookuplet/debian/rules b/projects/lookuplet/debian/rules index 1dd4cf41..f5407c54 100755 --- a/projects/lookuplet/debian/rules +++ b/projects/lookuplet/debian/rules @@ -40,7 +40,7 @@ binary-arch: build dh_installdirs # 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_installexamples