From: Thomas Goirand Date: Tue, 21 May 2013 05:06:44 +0000 (+0800) Subject: Same synlink fix, but for js this time. X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=912d42c37223644c550f0408da751475f83ed28c;p=openstack-build%2Fhorizon-build.git Same synlink fix, but for js this time. Rewritten-From: bcc8f0cf8f983132b684b136423fd2f28504ca27 --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index c5a179a..bbc0dd0 100644 --- a/trusty/debian/changelog +++ b/trusty/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/trusty/debian/openstack-dashboard.links b/trusty/debian/openstack-dashboard.links index 239d9c6..ff0e79e 100644 --- a/trusty/debian/openstack-dashboard.links +++ b/trusty/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