diff options
Diffstat (limited to 'meta-openstack/recipes-support/deploychef/deploychef_0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-support/deploychef/deploychef_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/deploychef/deploychef_0.1.bb b/meta-openstack/recipes-support/deploychef/deploychef_0.1.bb index b823514..6237538 100644 --- a/meta-openstack/recipes-support/deploychef/deploychef_0.1.bb +++ b/meta-openstack/recipes-support/deploychef/deploychef_0.1.bb | |||
| @@ -55,7 +55,7 @@ FILES_${PN} += " \ | |||
| 55 | #Read the module config files and make them into | 55 | #Read the module config files and make them into |
| 56 | #chef-solo templates | 56 | #chef-solo templates |
| 57 | do_install() { | 57 | do_install() { |
| 58 | if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 58 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
| 59 | #This script will make templates out of postinst script before they | 59 | #This script will make templates out of postinst script before they |
| 60 | #have a chance to run | 60 | #have a chance to run |
| 61 | install -d ${D}${sysconfdir}/init.d | 61 | install -d ${D}${sysconfdir}/init.d |
