From ed8e37e2fbb61fc9e14d6141021dda6ae86a0e6b Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 7 Apr 2006 15:05:01 +0100 Subject: [PATCH] debian: Clean noadns build directory. Organization: Straylight/Edgeware From: Mark Wooding --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5e94001..63a62d9 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ build: clean: dh_clean - rm -rf deb-build build + rm -rf deb-build deb-noadns build install: build dh_clean -- [mdw]