From: Thomas Goirand Date: Wed, 20 Jan 2016 13:00:28 +0000 (+0000) Subject: Do not delete debian/tmp/usr/lib X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=48f4cc65deee88b114edf1922d053a76704ad6a9;p=openstack-build%2Fneutron-build.git Do not delete debian/tmp/usr/lib Rewritten-From: 021626ec96740834024aede611f62a46dd569463 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index 2dbe9f8b2..22403995c 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -11,7 +11,6 @@ PYTHONS:=$(shell pyversions -vr) override_dh_auto_install: python2.7 setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp cp -auxf neutron $(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages - rm -rf $(CURDIR)/debian/tmp/usr/lib rm -rf $(CURDIR)/debian/tmp/usr/etc override_dh_install: