X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=debian%2Frules;h=c773a37d8ad8faa215e171d6a9e477936b9e4184;hp=fc9cd6588f58f11bd6f8e30a2f0ea8cb7435d6e4;hb=2b32209b6a026b513ed2f08a688498aabcce119f;hpb=ffdb0fccc7424addab0eed1982a4a61ce2e3155d;ds=sidebyside diff --git a/debian/rules b/debian/rules index fc9cd65..c773a37 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