From: Thomas Goirand Date: Mon, 23 Sep 2013 06:11:47 +0000 (+0800) Subject: Don't clean egg-info while cleaning. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6057c647e8b602079747e9bd912cd7f8ebb77006;p=openstack-build%2Fhorizon-build.git Don't clean egg-info while cleaning. Change-Id: Icdb35c65e616327130de69c955415387e66ad64f Rewritten-From: b8c3174379dbb6ec4d9a144b2e7ec9cf2d597bcf --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 1d3fc11..4307e0b 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -35,8 +35,6 @@ override_dh_auto_clean: python setup.py clean rm -rf $(CURDIR)/static rm -rf $(CURDIR)/horizon/build - rm -rf $(CURDIR)/horizon.egg-info - rm -rf $(CURDIR)/openstack_dashboard/openstack_dashboard.egg-info rm -rf doc/source/sourcecode rm -rf $(CURDIR)/doc/build rm -f horizon/openstack_dashboard/test/.secret_key_store