aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca6a5e1..079092e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ install: all
mkdir -p "$(DESTDIR)/usr/share/licenses/ponysay/"
install "COPYING" "$(DESTDIR)/usr/share/licenses/ponysay/COPYING"
- mkdir -p "$(DESTDIR)/usr/share/man/man1"
+ mkdir -p "$(DESTDIR)/usr/share/man/man6"
install "manpage.6" "$(DESTDIR)/usr/share/man/man1/ponysay.6"
ln -sf "ponysay.6" "$(DESTDIR)/usr/share/man/man1/ponythink.6"