From: Thomas Goirand Date: Thu, 7 Mar 2013 15:18:20 +0000 (+0800) Subject: Really rm -r the egg folder. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=427390f9249b445e9f0239e65384429c5f084718;p=openstack-build%2Fcinder-build.git Really rm -r the egg folder. Rewritten-From: c8e3351dd9a52f636379e56bf21312f6c8277c52 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 7bda98fda..0f3d99f66 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -15,7 +15,7 @@ endif override_dh_clean: dh_clean rm -f debian/cinder-common.config debian/cinder-common.postinst debian/cinder-api.config debian/cinder-api.postinst debian/cinder-volume.postinst - rm -f setuptools_git-*-py*.egg/ + rm -rf setuptools_git-*-py*.egg/ override_dh_install: dh_install