diff options
| -rw-r--r-- | news/cnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 7ddfe72db9aa..2b6b30d78096 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -98,9 +98,9 @@ do-install: .for f in checknews cnewsdo inews injnews postnews readnews ${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/$f .endfor - ${CHOWN} -R news.news ${NEWSARTS} ${NEWSOV} ${NEWSCTL} + ${CHOWN} -R news.news ${NEWSARTS} ${NEWSOV} ${NEWSCTL} ${CHOWN} news.news ${NEWSBIN}/input/newsspool - ${CHMOD} 6755 ${NEWSBIN}/input/newsspool + ${CHMOD} 6555 ${NEWSBIN}/input/newsspool .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${i} ${PREFIX}/man/man1 .endfor |
