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=1c528d94d9643685216a83fc0662dd570b47f8ad;p=openstack-build%2Fhorizon-build.git Don't clean egg-info while cleaning. Change-Id: Icdb35c65e616327130de69c955415387e66ad64f Rewritten-From: b8c3174379dbb6ec4d9a144b2e7ec9cf2d597bcf --- diff --git a/xenial/debian/rules b/xenial/debian/rules index 1d3fc11..4307e0b 100755 --- a/xenial/debian/rules +++ b/xenial/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