]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
fixed openstack-dashboard locations
authorGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 12:40:35 +0000 (13:40 +0100)
committerGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 12:40:35 +0000 (13:40 +0100)
Rewritten-From: edb3e5611a442d59ff1cb1b2d6a67e373dd1e49e

xenial/debian/rules

index 93cd98a1e75284400f7094766e61adbef50a03e2..1c896dab5603708ae2097236e94cc2408e1aff65 100755 (executable)
@@ -5,15 +5,12 @@
 override_dh_auto_install:
        python setup.py install --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb
        install -d -m 755  $(CURDIR)/debian/tmp/usr/share/openstack-dashboard
-       cp -a $(CURDIR)/openstack_dashboard/local $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
-       cp -a $(CURDIR)/openstack_dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
+       cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
        install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
        cp $(CURDIR)/openstack_dashboard/local/local_settings.py.example \
                $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py
        cp $(CURDIR)/manage.py \
-               $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/manage.py
-
-       ln -s /etc/openstack_dashboard/settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/local/local_settings.py
+               $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
 
 override_dh_auto_clean:
        dh_auto_clean