commit: 96e15a9bc9c9462f7eb5986bb77e155ca92dd797 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 05:55:17 2024 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 05:55:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=96e15a9b
build: fix manpage install Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f8e031..1e20ef5 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ install: all install $(BUILD_DIR)/software.sh $(DESTDIR)/$(PREFIX)/share/genkernel/defaults - install -d $(DESTDIR)/$(MANDIR) + install -d $(DESTDIR)/$(MANDIR)/man8 install $(BUILD_DIR)/genkernel.8 $(DESTDIR)/$(MANDIR)/man8 # No trailing blank lines please.