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=c1b03a00acd5329ba731a09ff2ceb5c69bd63983;p=openstack-build%2Fhorizon-build.git Added symlink to config files Rewritten-From: e70e78bc947e2f64580c7b6c50909b54b9fc5702 --- diff --git a/xenial/debian/rules b/xenial/debian/rules index d6b0fb6..5dce6df 100755 --- a/xenial/debian/rules +++ b/xenial/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