diff options
author | Erich Eckner <git@eckner.net> | 2019-05-16 09:35:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-05-16 09:35:42 +0200 |
commit | 7ee74cc1d31c4d3e7bc8d8d65222fca96cc3a7ab (patch) | |
tree | 4eb6bdd3b56b723948a4a433a40608632e454562 /Makefile | |
parent | ba6cb3fa1e6f22f6ecd76399af6fe34d00116f98 (diff) | |
download | check-kernel-0.5.1.tar.xz |
check-kernel.conf and reboot_check_hook() newv0.5.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,7 @@ MANDIR = /usr/share/man VERSION = 0.5 -all: man.commons check-kernel check-kernel.1 +all: man.commons check-kernel check-kernel.conf check-kernel.1 %: %.in sed " \ @@ -47,6 +47,7 @@ all: man.commons check-kernel check-kernel.1 install: all install -D -m0755 check-kernel $(DESTDIR)$(BINDIR)/check-kernel + install -D -m0644 check-kernel.conf $(DESTDIR)$(ETCDIR)/check-kernel.conf install -D -m0644 check-kernel.1 $(DESTDIR)$(MANDIR)/man1/check-kernel.1 clean: |