summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Lal <kapouer@melix.org>2011-02-24 09:19:36 +0800
committerAntonin Kral <a.kral@bobek.cz>2011-02-24 15:25:12 +0800
commit93849e1690a51f264b7b86ea4d99c8281bdfeb4a (patch)
tree17fe43fbf76538fd6320b38982d750d89c67694f
parent2713cdd64d428cfb678f0c404c0056b900ea6951 (diff)
downloadmongodb-93849e1690a51f264b7b86ea4d99c8281bdfeb4a.tar.gz
Remove .pyc files on debian/rules clean
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 974a844..15b9012 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ endif
DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full
DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke
+clean::
+ find . -name "*.pyc" -delete