From 017f2f5fd5003613d92ed96829ffab385aaae27b Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 17 Aug 2014 07:53:05 -0400 Subject: fix manpage installation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 28f5298..3c516a1 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,9 @@ clean: $(RM) $(BINPROGS) $(MANPAGES) install: all - install -dm755 $(DESTDIR)$(PREFIX)/bin + install -dm755 $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/man/man1 install -m755 $(BINPROGS) $(DESTDIR)$(PREFIX)/bin - install -Dm644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 + install -m644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 install -Dm644 $(BASH_COMPLETION) $(DESTDIR)$(PREFIX)/share/bash-completion/completions/asp dist: -- cgit v1.2.3-54-g00ecf