Copy new settings
authorGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 11:34:31 +0000 (12:34 +0100)
committerGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 11:34:31 +0000 (12:34 +0100)
Rewritten-From: 9635a6dab66367b62204ab715977da0d896d9a96

xenial/debian/rules

index 4675af1b6a9f74c5c54123c9fb8481079cc8fc9c..93cd98a1e75284400f7094766e61adbef50a03e2 100755 (executable)
@@ -6,6 +6,7 @@ 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/
        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