From 4779dff5d71854d92e9750ca25f772a8a4d90859 Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Wed, 29 Feb 2012 18:52:32 +0100 Subject: [PATCH] Added symlink to config files Rewritten-From: e70e78bc947e2f64580c7b6c50909b54b9fc5702 --- trusty/debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2