diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-12-24 07:26:31 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2001-12-24 07:26:31 +0000 |
commit | 7bff553493813692c7dcf07e974daedda54fd03d (patch) | |
tree | 0ccca6089dc2eea0b2ccfa899d10c13b5f6c779c /lang/sml-nj | |
parent | 455e5f8ea9fd032bc67622dc4ecfa68f3f1641c4 (diff) |
Install with the correct user:group.
Submitted by: petef
Notes
Notes:
svn path=/head/; revision=52085
Diffstat (limited to 'lang/sml-nj')
-rw-r--r-- | lang/sml-nj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index 5fcd4f28903e..698179db9e01 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -70,6 +70,8 @@ do-install: ${SED} -e "s,${WRKDIR},${SML_BASE}," < $$file > \ ${SML_LIBDIR}/`${BASENAME} $$file`; \ done + @${CHOWN} -R ${BINOWN}:${BINGRP} ${SML_BINDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SML_SRCDIR} .for file in ${SML_EXES} -${LN} -s ${SML_BINDIR}/${file} ${PREFIX}/bin/${file} .endfor |