Use DESTDIR for make install
authorSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 12:00:33 +0000 (04:00 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 18 Dec 2009 12:00:33 +0000 (04:00 -0800)
debian/rules

index fc9cd65..e3dcdc4 100755 (executable)
@@ -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