diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-25 17:26:30 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-04-25 17:26:30 +0000 |
commit | 2f10aec825dfccae95c5df0541358b627a3cd615 (patch) | |
tree | 59574b9273c5da06081e30a0d6a2bda907078388 /emulators/linux_base-suse-9.3 | |
parent | 87656e7d3f41fc2ee723aee7ecc114affd2ff0fc (diff) | |
download | ports-2f10aec825dfccae95c5df0541358b627a3cd615.tar.gz ports-2f10aec825dfccae95c5df0541358b627a3cd615.zip |
Notes
Diffstat (limited to 'emulators/linux_base-suse-9.3')
-rw-r--r-- | emulators/linux_base-suse-9.3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.3/Makefile b/emulators/linux_base-suse-9.3/Makefile index e41e74c03e1d..a5b2c14179fe 100644 --- a/emulators/linux_base-suse-9.3/Makefile +++ b/emulators/linux_base-suse-9.3/Makefile @@ -199,6 +199,9 @@ do-install: @${LN} -s /var/tmp ${LINUXBASE}/usr/tmp 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 @${ECHO} '' @fmt ${PKGMESSAGE} @${ECHO} '' |