]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Do not delete debian/tmp/usr/lib
authorThomas Goirand <thomas@goirand.fr>
Wed, 20 Jan 2016 13:00:28 +0000 (13:00 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 20 Jan 2016 13:00:28 +0000 (13:00 +0000)
debian/rules

index 2dbe9f8b2daaa9d620f5b9f563c7a310dfed1917..22403995cd7618319b6120430732418909bfdd97 100755 (executable)
@@ -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: