summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e29e455..fcf1415 100644
--- a/Makefile
+++ b/Makefile
@@ -19,9 +19,9 @@ all:
install:
@echo 'Installing in' $(PREFIX) '...'
- mkdir -p $(PREFIX)/bin $(PREFIX)/share/man/man1
+ mkdir -p $(PREFIX)/bin $(PREFIX)/man/man1
install -m 755 $(SOURCE) $(PREFIX)/bin
- install -m 644 $(MANPAGES) $(PREFIX)/share/man/man1
+ install -m 644 $(MANPAGES) $(PREFIX)/man/man1
develop:
# Link each file separately since the full PWD is needed