From c7172231f21484b52b58f07dc889556db56b8ed5 Mon Sep 17 00:00:00 2001 From: Ryan Niebur Date: Sun, 7 Mar 2010 22:04:54 -0800 Subject: [PATCH] remove odd directory on clean --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 5476a35a..3ac22cd7 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,10 @@ PRIORITY=$(shell sed -r -e '/DEBIAN_WWW_ALTERNATIVES_PRIORITY/ !d' -e 's/.* ([^ debian/midori.postinst: debian/midori.postinst.base sed "s/DEBIAN_WWW_ALTERNATIVES_PRIORITY/$(PRIORITY)/g" debian/midori.postinst.base > debian/midori.postinst +override_dh_clean: + rm -fr .waf-1.5.3-575529c232c0559c3efb0adb3d077447/ + $(CMD) + override_dh_installdeb: debian/midori.postinst $(CMD)