X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=debian%2Frules;h=962a2e3782955184798a2ce4b96ee49c1d20297b;hp=fc9cd6588f58f11bd6f8e30a2f0ea8cb7435d6e4;hb=f9664d41d7527d7e1259cb1af9dcdf6914ca88bb;hpb=ffdb0fccc7424addab0eed1982a4a61ce2e3155d diff --git a/debian/rules b/debian/rules index fc9cd65..962a2e3 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,9 @@ clean: dh_testroot rm -f build-stamp configure-stamp + make clean + make -C config-ui clean + dh_clean install: build @@ -42,8 +45,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