From 8d20af989494c667202a60c77daf0521177c6442 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Fri, 18 Dec 2009 04:00:33 -0800 Subject: [PATCH] Use DESTDIR for make install --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index fc9cd65..e3dcdc4 100755 --- a/debian/rules +++ b/debian/rules @@ -42,8 +42,8 @@ install: build # Add here commands to install the package into # debian/browser-switchboard. - make install - make -C config-ui install + make DESTDIR=debian/browser-switchboard install + make -C config-ui DESTDIR=debian/browser-switchboard install binary-indep: build install -- 1.7.9.5