From f1eecfbe6d66e40c66b1d91794f954e974bfd8df Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 Jun 2016 10:43:51 +1200 Subject: Move man dir creat to correct target --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e38a9963..5fa79b62 100644 --- a/Makefile +++ b/Makefile @@ -94,13 +94,13 @@ install-bash : test-bash install -pm 0644 -- bash/bash_completion "$(HOME)"/.config/bash_completion install-bin : test-bin install-man - install -m 0755 -d -- \ - "$(HOME)"/.local/bin \ - "$(HOME)"/.local/share/man/man1 \ - "$(HOME)"/.local/share/man/man8 + install -m 0755 -d -- "$(HOME)"/.local/bin install -m 0755 -- bin/* "$(HOME)"/.local/bin install-man: + install -m 0755 -d -- \ + "$(HOME)"/.local/share/man/man1 \ + "$(HOME)"/.local/share/man/man8 install -pm 0644 -- man/man1/* "$(HOME)"/.local/share/man/man1 install -pm 0644 -- man/man8/* "$(HOME)"/.local/share/man/man8 -- cgit v1.2.3