]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Added local_settings.py file
authorGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 17:32:46 +0000 (18:32 +0100)
committerGhe Rivero <ghe@debian.org>
Wed, 29 Feb 2012 17:32:46 +0000 (18:32 +0100)
Rewritten-From: f30dff40ff6524455dfdab4f99a2975a539b28b8

trusty/debian/rules

index 1c896dab5603708ae2097236e94cc2408e1aff65..d6b0fb60065072bc0ed79b02c5add9a13682864f 100755 (executable)
@@ -5,12 +5,11 @@
 override_dh_auto_install:
        python setup.py install --root=$(CURDIR)/debian/tmp --no-compile -O0 --install-layout=deb
        install -d -m 755  $(CURDIR)/debian/tmp/usr/share/openstack-dashboard
-       cp -a $(CURDIR)/openstack_dashboard/ $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
        install -d -m 755 $(CURDIR)/debian/tmp/etc/openstack-dashboard
-       cp $(CURDIR)/openstack_dashboard/local/local_settings.py.example \
-               $(CURDIR)/debian/tmp/etc/openstack-dashboard/settings.py
-       cp $(CURDIR)/manage.py \
-               $(CURDIR)/debian/tmp/usr/share/openstack-dashboard/
+
+       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/
 
 override_dh_auto_clean:
        dh_auto_clean