www-apps/postfixadmin: fixed vacation permissions in 3.3.11

Closes: https://bugs.gentoo.org/459144
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2022-09-18 14:36:06 +02:00
parent 6382215fcb
commit f5a00aa712

View File

@@ -50,8 +50,7 @@ src_install() {
if use vacation; then
insinto /var/spool/vacation
newins VIRTUAL_VACATION/vacation.pl vacation.pl-${SLOT}
fowners vacation:vacation /var/spool/vacation/vacation.pl-${SLOT}
fperms 770 /var/spool/vacation/vacation.pl-${SLOT}
fperms 755 /var/spool/vacation/vacation.pl-${SLOT}
dodoc VIRTUAL_VACATION/FILTER_README
newdoc VIRTUAL_VACATION/INSTALL.md VIRTUAL_VACATION_INSTALL.md
rm -r VIRTUAL_VACATION/{vacation.pl,INSTALL.md,tests,FILTER_README} || die