mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user