From 59624ddcf92f8a3176b320b76729ca5c2cc59abe Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 21 May 2013 13:06:44 +0800 Subject: [PATCH] Same synlink fix, but for js this time. Rewritten-From: bcc8f0cf8f983132b684b136423fd2f28504ca27 --- xenial/debian/changelog | 2 +- xenial/debian/openstack-dashboard.links | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xenial/debian/changelog b/xenial/debian/changelog index c5a179a..bbc0dd0 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,6 +1,6 @@ horizon (2013.1.1-2) unstable; urgency=low - * Added missing symlink to /var for the css dynamic generation folder. + * Added missing symlink to /var for the css and js dynamic generation folder. -- Thomas Goirand Tue, 21 May 2013 12:51:27 +0800 diff --git a/xenial/debian/openstack-dashboard.links b/xenial/debian/openstack-dashboard.links index 239d9c6..ff0e79e 100644 --- a/xenial/debian/openstack-dashboard.links +++ b/xenial/debian/openstack-dashboard.links @@ -3,3 +3,4 @@ /usr/share/openstack-dashboard/openstack_dashboard/static /usr/share/openstack-dashboard/static /usr/share/pyshared/horizon/static/horizon /usr/share/openstack-dashboard/openstack_dashboard/static/horizon /var/lib/openstack-dashboard/static/css /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css +/var/lib/openstack-dashboard/static/js /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/js -- 2.45.2