. Set correct permissions on the mudlib directory now that the pkg-install

script no longer does.
This commit is contained in:
Greg Lewis 2003-09-03 05:33:18 +00:00
parent 678ce205b6
commit d2fead5f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88407

View File

@ -58,5 +58,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>