From: Steven Luo Date: Fri, 18 Dec 2009 12:00:33 +0000 (-0800) Subject: Use DESTDIR for make install X-Git-Tag: diablo-package-3.0rc1-1~7 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=8d20af989494c667202a60c77daf0521177c6442;ds=sidebyside Use DESTDIR for make install --- 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