summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 2a96190..01ce598 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -107,7 +107,7 @@ do_install_append() {
107 -i ${DASHBOARD_DIR}/local/local_settings.py 107 -i ${DASHBOARD_DIR}/local/local_settings.py
108 install -m 644 ${S}/manage.py ${DASHBOARD_DIR}/manage.py 108 install -m 644 ${S}/manage.py ${DASHBOARD_DIR}/manage.py
109 109
110 if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; 110 if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)};
111 then 111 then
112 install -d ${D}${sysconfdir}/init.d 112 install -d ${D}${sysconfdir}/init.d
113 sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' \ 113 sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' \