From 9ea6b0f3436651b2963572e719f534da96f48098 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Mon, 7 Jan 2019 09:43:18 +0100 Subject: fix the release script The config directory was pushed into a subdirectory, when it wasn't necessary. This lead to a double monzero path mention. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c691d1b..2a41f7f 100644 --- a/Makefile +++ b/Makefile @@ -30,13 +30,13 @@ build: clean install: build install -d -m 0755 ${DESTDIR}${bindir} - install -d -m 0755 ${DESTDIR}${sysconfdir}/${NAME} + install -d -m 0755 ${DESTDIR}${sysconfdir} install -m 0755 ${WRKDIR}/moncheck ${DESTDIR}${bindir} install -m 0755 ${WRKDIR}/monfront ${DESTDIR}${bindir} install -m 0755 ${WRKDIR}/monwork ${DESTDIR}${bindir} - install -m 0644 moncheck.conf.example ${DESTDIR}${sysconfdir}/${NAME} - install -m 0644 monfront.conf.example ${DESTDIR}${sysconfdir}/${NAME} - install -m 0644 monwork.conf.example ${DESTDIR}${sysconfdir}/${NAME} + install -m 0644 moncheck.conf.example ${DESTDIR}${sysconfdir} + install -m 0644 monfront.conf.example ${DESTDIR}${sysconfdir} + install -m 0644 monwork.conf.example ${DESTDIR}${sysconfdir} package: DESTDIR = ${NAME}-${VERSION} package: install -- cgit v1.2.3-70-g09d2