summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/openldap/openldap-2.4.49-r1.ebuild (renamed from net-nds/openldap/openldap-2.4.49.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-nds/openldap/openldap-2.4.49.ebuild b/net-nds/openldap/openldap-2.4.49-r1.ebuild
index 065d0375a0bf..8859904cbf51 100644
--- a/net-nds/openldap/openldap-2.4.49.ebuild
+++ b/net-nds/openldap/openldap-2.4.49-r1.ebuild
@@ -882,9 +882,9 @@ pkg_postinst() {
# These lines force the permissions of various content to be correct
use prefix || chown ldap:ldap "${EROOT}"/var/run/openldap
- chmod 0755 "${EROOT}"var/run/openldap
+ chmod 0755 "${EROOT}"/var/run/openldap || die
use prefix || chown root:ldap "${EROOT}"/etc/openldap/slapd.conf{,.default}
- chmod 0640 "${EROOT}"etc/openldap/slapd.conf{,.default}
+ chmod 0640 "${EROOT}"/etc/openldap/slapd.conf{,.default} || die
use prefix || chown ldap:ldap "${EROOT}"/var/lib/openldap-data
fi