]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Fixed dh_link in the css folder, which contained css file for rickshow.
authorThomas Goirand <thomas@goirand.fr>
Fri, 1 Aug 2014 16:06:24 +0000 (00:06 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 1 Aug 2014 16:07:00 +0000 (00:07 +0800)
Rewritten-From: 6ec9313bcd0c949182fe728d6e9bb5f913408f39

xenial/debian/rules

index 829581cae2e1e555604cb37e80ed10a37092c3c5..0cb7ec372836117b6ee99c6dbe614fdbe3af39ae 100755 (executable)
@@ -33,6 +33,11 @@ override_dh_auto_install:
        ln -fs /etc/openstack-dashboard/local_settings.py \
                $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/openstack_dashboard/local/local_settings.py
 
+override_dh_link:
+       mkdir -p $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/css
+       mv $(CURDIR)/debian/openstack-dashboard/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/* $(CURDIR)/debian/openstack-dashboard/var/lib/openstack-dashboard/static/css
+       dh_link
+
 override_dh_auto_clean:
        dh_auto_clean
        python setup.py clean