aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-19 10:55:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-19 10:55:16 +1300
commit4ac72572ce7925c4679f9041d209e3fe68f7b507 (patch)
tree1f9d18174b83375d0b30826e957039693cd9b97d /Makefile
parentMerge branch 'openbsd' (diff)
downloaddotfiles-4ac72572ce7925c4679f9041d209e3fe68f7b507.tar.gz
dotfiles-4ac72572ce7925c4679f9041d209e3fe68f7b507.zip
Correct created dir for sec 6 manpages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 252a83d6..c79e6a9a 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ install-games : games/acq games/drakon games/kvlt games/rot13 games/zs \
done
install-games-man :
- install -m 0755 -d -- "$(HOME)"/.local/share/man/man6df
+ install -m 0755 -d -- "$(HOME)"/.local/share/man/man6
install -pm 0644 -- man/man6/*.6df "$(HOME)"/.local/share/man/man6
install-git : git/gitconfig