From ed00c389208858aa1650808ca4f71ca846ed2bd5 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Thu, 18 Apr 2002 19:37:16 +0000 Subject: [PATCH] Added new rc files location for joe --- script/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/script/Makefile b/script/Makefile index f67d86ab..c61d5a9b 100644 --- a/script/Makefile +++ b/script/Makefile @@ -52,6 +52,12 @@ install: ${INSTALL} -c -o root -g root -m 0644 bbsjmacsrc /usr/lib/joe ; \ echo "${INSTALL} -c -o root -g root -m 0644 bbsjmacsrc /usr/lib/joe" ; \ fi + @if [ -d /etc/joe ]; then \ + ${INSTALL} -c -o root -g root -m 0644 bbsjoerc /etc/joe ; \ + echo "${INSTALL} -c -o root -g root -m 0644 bbsjoerc /etc/joe" ; \ + ${INSTALL} -c -o root -g root -m 0644 bbsjmacsrc /etc/joe ; \ + echo "${INSTALL} -c -o root -g root -m 0644 bbsjmacsrc /etc/joe" ; \ + fi ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0755 editor ${BINDIR} ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0755 bbsdoor.sh ${BINDIR} ${INSTALL} -c -o ${OWNER} -g ${GROUP} -m 0755 rundoor.sh ${BINDIR}