]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Fixes css symlink creation (rmdir $(CURDIR)/debian/openstack-dashboard/usr/share...
authorThomas Goirand <thomas@goirand.fr>
Sun, 21 Sep 2014 07:39:40 +0000 (07:39 +0000)
committerThomas Goirand <thomas@goirand.fr>
Sun, 21 Sep 2014 07:39:40 +0000 (07:39 +0000)
Rewritten-From: d25f9931a01a1c1177bd061e1cc96e0c504ff002

xenial/debian/rules

index 43bb1f3a4e546c993cdefa084abdec793de08dc4..ff0360a46ccf9162783d861998eeb4d94dc3b6ef 100755 (executable)
@@ -36,6 +36,7 @@ override_dh_auto_install:
 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
+       rmdir $(CURDIR)/debian/openstack-dashboard/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css
        dh_link
 
 override_dh_auto_clean: