]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added symlink to config files
authorGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 17:52:32 +0000 (18:52 +0100)
committerGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 18:22:37 +0000 (19:22 +0100)
Rewritten-From: e70e78bc947e2f64580c7b6c50909b54b9fc5702

trusty/debian/rules

index d6b0fb60065072bc0ed79b02c5add9a13682864f..5dce6dfdd048caf29659e50ef85861c08054d2b9 100755 (executable)
@@ -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