From 1c528d94d9643685216a83fc0662dd570b47f8ad Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 23 Sep 2013 14:11:47 +0800 Subject: [PATCH] Don't clean egg-info while cleaning. Change-Id: Icdb35c65e616327130de69c955415387e66ad64f Rewritten-From: b8c3174379dbb6ec4d9a144b2e7ec9cf2d597bcf --- xenial/debian/rules | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2