diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-23 09:10:13 +0000 |
commit | 3aef562436e03cb1c18b2de1c5cf5d228f8d3f72 (patch) | |
tree | 18169b43d443726aeedb85d328fb4a6004389fb9 /emulators/linux_base-6 | |
parent | 0dcf8d886d8d5392d5e5ac0bc3e775d5c56b7f9c (diff) | |
download | ports-3aef562436e03cb1c18b2de1c5cf5d228f8d3f72.tar.gz ports-3aef562436e03cb1c18b2de1c5cf5d228f8d3f72.zip |
Notes
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 3e7d0acc5c49..e5ebc86ba893 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -201,6 +201,7 @@ post-install: # Fix unknown uid/gids that come out of the RPMs, to avoid # the quotacheck warning about unknown owners. @${CHOWN} root:wheel ${LINUXBASE}/usr/man/man8/setserial.8 + @${CHGRP} mail ${LINUXBASE}/var/spool/mail @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' |