From 48f4cc65deee88b114edf1922d053a76704ad6a9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 20 Jan 2016 13:00:28 +0000 Subject: [PATCH] Do not delete debian/tmp/usr/lib Rewritten-From: 021626ec96740834024aede611f62a46dd569463 --- trusty/debian/rules | 1 - 1 file changed, 1 deletion(-) 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: -- 2.45.2