about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-30 19:26:16 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-30 19:26:16 +0200
commitf8b5e91e5a0cc6d937da9e7b173ab32bbd2c388e (patch)
tree029e0e9279a939af80a680771b5c6bb7657cb2a7 /Makefile
parent1b20a3f8fae0f0eaa4f0b9979dc25d5bd04b9b10 (diff)
downloadchawan-f8b5e91e5a0cc6d937da9e7b173ab32bbd2c388e.tar.gz
Makefile: fix manpage copy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26922569..518650aa 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ install:
 	install -m755 "$(OBJDIR)/man/cha-mime.types.5" "$(DESTDIR)$(manprefix5)"; \
 	install -m755 "$(OBJDIR)/man/cha-localcgi.5" "$(DESTDIR)$(manprefix5)"; \
 	install -m755 "$(OBJDIR)/man/cha-urimethodmap.5" "$(DESTDIR)$(manprefix5)"; \
-	install -m755 "$(OBJDIR)/cha.1" "$(DESTDIR)$(manprefix1)"; \
+	install -m755 "$(OBJDIR)/man/cha.1" "$(DESTDIR)$(manprefix1)"; \
 	fi
 
 .PHONY: uninstall