Fixed mbuser permissions

This commit is contained in:
Michiel Broek
2004-08-12 10:33:13 +00:00
parent ffd0cc6b41
commit 1867e658e0
2 changed files with 5 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ install: all
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 0700 mblang ${BINDIR}
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 0700 mbstat ${BINDIR}
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 0700 mbtoberep ${BINDIR}
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6700 mbuser ${BINDIR}
${INSTALL} -c -s -o ${ROWNER} -g ${RGROUP} -m 6711 mbuser ${BINDIR}
@rm -f mbchat
filelist: Makefile