From a46634877a7896a0e2124da7a381493e61e2d10d Mon Sep 17 00:00:00 2001 From: Wall Date: Sun, 1 Mar 2009 07:54:24 +0000 Subject: [PATCH] clean egg build directory --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index fa35cde..657d415 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,8 @@ clean: # Add here commands to clean up after the build process. python setup.py clean --all + rm -rf $(CURDIR)/$(PACKAGE).egg-info/ + dh_clean install: build -- 1.7.9.5