diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql.inc b/meta-oe/recipes-dbs/postgresql/postgresql.inc index bef33e6bb4..60d44ce979 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql.inc +++ b/meta-oe/recipes-dbs/postgresql/postgresql.inc | |||
@@ -205,7 +205,7 @@ do_install:append() { | |||
205 | # multiple server config directory | 205 | # multiple server config directory |
206 | install -d -m 700 ${D}${sysconfdir}/default/${BPN} | 206 | install -d -m 700 ${D}${sysconfdir}/default/${BPN} |
207 | 207 | ||
208 | if [ "${@d.getVar('enable_pam')}" = "pam" ]; then | 208 | if ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'true', 'false', d)}; then |
209 | install -d ${D}${sysconfdir}/pam.d | 209 | install -d ${D}${sysconfdir}/pam.d |
210 | install -m 644 ${WORKDIR}/postgresql.pam ${D}${sysconfdir}/pam.d/postgresql | 210 | install -m 644 ${WORKDIR}/postgresql.pam ${D}${sysconfdir}/pam.d/postgresql |
211 | fi | 211 | fi |