Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
pkg_postinst() {
# bug 614396
if [[ "$(get_permissions_oct /var/spool/mail)" != "3775" ]] ; then
- einfo "Fixing ${ROOT}var/spool/mail/ permissions"
- chown root:mail "${ROOT}var/spool/mail/"
- chmod 03775 "${ROOT}var/spool/mail/"
+ einfo "Fixing ${ROOT}/var/spool/mail/ permissions"
+ chown root:mail "${ROOT}/var/spool/mail/"
+ chmod 03775 "${ROOT}/var/spool/mail/"
fi
}