diff options
Diffstat (limited to 'dynamic-layers/networking-layer')
-rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb index 4c76bd9..0c75d8f 100644 --- a/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb +++ b/dynamic-layers/networking-layer/recipes-security/sssd/sssd_2.9.2.bb | |||
@@ -90,7 +90,7 @@ do_install () { | |||
90 | install -d ${D}/${PYTHON_SITEPACKAGES_DIR} | 90 | install -d ${D}/${PYTHON_SITEPACKAGES_DIR} |
91 | mv ${D}/${BPN} ${D}/${PYTHON_SITEPACKAGES_DIR} | 91 | mv ${D}/${BPN} ${D}/${PYTHON_SITEPACKAGES_DIR} |
92 | 92 | ||
93 | install -m 600 ${WORKDIR}/${BPN}.conf ${D}/${sysconfdir}/${BPN} | 93 | install -m 600 ${UNPACKDIR}/${BPN}.conf ${D}/${sysconfdir}/${BPN} |
94 | 94 | ||
95 | # /var/log/sssd needs to be created in runtime. Use rmdir to catch if | 95 | # /var/log/sssd needs to be created in runtime. Use rmdir to catch if |
96 | # upstream stops creating /var/log/sssd, or adds something else in | 96 | # upstream stops creating /var/log/sssd, or adds something else in |