From ff8290f7629c951f8f4d0e157a167ef068c5fd41 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 11 Jun 1998 14:01:58 +0000 Subject: Oops, fix sysconfdir back to sysconfdir/zephyr. --- server/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'server/Makefile.in') diff --git a/server/Makefile.in b/server/Makefile.in index 369144e..56de299 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -51,10 +51,11 @@ check: install: ${INSTALL} -m 755 -s zephyrd ${DESTDIR}${sbindir} ${INSTALL} -m 644 ${srcdir}/zephyrd.8 ${DESTDIR}${mandir}/man8 - ${INSTALL} -m 644 ${srcdir}/default.subscriptions ${DESTDIR}${sysconfdir} - rm -f ${DESTDIR}${sysconfdir}/acl/?*.acl - cp ${srcdir}/acl/?*.acl ${DESTDIR}${sysconfdir}/acl - chmod 644 ${DESTDIR}${sysconfdir}/acl/* + ${INSTALL} -m 644 ${srcdir}/default.subscriptions \ + ${DESTDIR}${sysconfdir}/zephyr + rm -f ${DESTDIR}${sysconfdir}/zephyr/acl/?*.acl + cp ${srcdir}/acl/?*.acl ${DESTDIR}${sysconfdir}/zephyr/acl + chmod 644 ${DESTDIR}${sysconfdir}/zephyr/acl/* clean: rm -f ${OBJS} zephyrd zsrv_err.[ch] -- cgit v1.2.3