From: Ghe Rivero Date: Wed, 29 Feb 2012 17:52:32 +0000 (+0100) Subject: Added symlink to config files X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4779dff5d71854d92e9750ca25f772a8a4d90859;p=openstack-build%2Fhorizon-build.git Added symlink to config files Rewritten-From: e70e78bc947e2f64580c7b6c50909b54b9fc5702 --- diff --git a/trusty/debian/rules b/trusty/debian/rules index d6b0fb6..5dce6df 100755 --- a/trusty/debian/rules +++ b/trusty/debian/rules @@ -10,6 +10,7 @@ override_dh_auto_install: cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/ cp $(CURDIR)/openstack_dashboard/local/local_settings.py.example $(CURDIR)/debian/tmp/etc/openstack-dashboard/local_settings.py cp $(CURDIR)/manage.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/ + ln -fs /etc/openstack-dashboard/local_settings.py $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py override_dh_auto_clean: dh_auto_clean