v1.0.7.10 - Update configuration files for joe editor to support newer versions of joe, add "areafix" and "filefix" as recognized service names, update Makefiles to install binaries as read & execute only, add DESTDIR support to Makefiles.

This commit is contained in:
Andrew Leary
2018-09-28 16:22:52 -04:00
parent fb9bdbe430
commit 73c3ba21cb
22 changed files with 331 additions and 244 deletions

View File

@@ -58,9 +58,9 @@ install: all
@if [ "`id -un`" != "root" ] ; then \
echo; echo " Must be root to install!"; echo; exit 3; \
fi
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 0750 mbsebbs ${BINDIR}
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 6750 mbnewusr ${BINDIR}
@rm -f ${ETCDIR}/bbslist.data
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 0550 mbsebbs ${DESTDIR}${BINDIR}
${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 6550 mbnewusr ${DESTDIR}${BINDIR}
@rm -f ${DESTDIR}${ETCDIR}/bbslist.data
filelist: Makefile
BASE=`pwd`; \