aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f8e0318..1e20ef5d 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.