summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 432aaa6..9966b71 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,6 @@ install:
install -D -m 755 scripts/pkg-get.pl ${PREFIX}/bin/pkg-get
install -D -m 644 doc/pkg-get.8 ${MANDIR}/man8/pkg-get.8
install -D -m 644 doc/pkg-get.conf ${CFGDIR}/pkg-get.conf
- install -D -m 644 doc/pkg-repgen.8 ${MANDIR}/man/man8/pkg-repgen.8
- install -D -m 644 doc/pkg-get.8 ${MANDIR}/man/man8/pkg-get.8
+ install -D -m 644 doc/pkg-repgen.8 ${MANDIR}/man8/pkg-repgen.8
+ install -D -m 644 doc/pkg-get.8 ${MANDIR}/man8/pkg-get.8

Generated by cgit