aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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