From 245d4f8fa09e3ea603e892495c891e4b826c17dc Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Fri, 18 Dec 2009 04:01:58 -0800 Subject: [PATCH] Fix the clean target in debian/rules --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index e3dcdc4..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 -- 1.7.9.5