From c1b03a00acd5329ba731a09ff2ceb5c69bd63983 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 --- xenial/debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2