]> spindle.queued.net Git - midori/commitdiff
remove odd directory on clean
authorRyan Niebur <ryanryan52@gmail.com>
Mon, 8 Mar 2010 06:04:54 +0000 (22:04 -0800)
committerRyan Niebur <ryanryan52@gmail.com>
Mon, 8 Mar 2010 06:04:54 +0000 (22:04 -0800)
debian/rules

index 5476a35a7eaa3974f858da79be1d9fae75320295..3ac22cd7d87319cbcaddcdc95be6da487724f365 100755 (executable)
@@ -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)