Updates for new structures

This commit is contained in:
Michiel Broek
2002-02-10 20:57:58 +00:00
parent 44494e6e17
commit 8593ada2f0
7 changed files with 257 additions and 160 deletions

View File

@@ -162,6 +162,11 @@ install:
fi
@chmod 0770 ${PREFIX}/var
@chmod 0770 ${PREFIX}/var/mail
@if [ ! -d ${PREFIX}/var/arealists ] ; then \
mkdir ${PREFIX}/var/arealists ; \
${CHOWN} ${OWNER}.${GROUP} ${PREFIX}/var/arealists ; \
chmod 0750 ${PREFIX}/var/arealists ; \
fi
@if [ -x ${BINDIR}/mbfbgen ]; then \
rm ${BINDIR}/mbfbgen; \
echo "removed ${BINDIR}/mbfbgen"; \