. Set the permissions on the mudlib correctly now that pkg-install no

longer does.
This commit is contained in:
Greg Lewis 2003-09-03 05:39:14 +00:00
parent 8318c98398
commit 4f0b24856e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88409

View file

@ -65,5 +65,7 @@ post-install:
# Run package install script
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \
POST-INSTALL
# Set mudlib ownership
-@${CHOWN} -h -R mud:mud ${DATADIR}
.include <bsd.port.mk>