Mkdir $(bindir) in install target. Signed-off-by: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index 238d07d..2e162ce 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ $(help_out): README ./create-help.sh `echo $@ | sed -e 's/tg-//' -e 's/\.txt//'` install:: all + install -d -m 755 "$(bindir)" install tg "$(bindir)" install -d -m 755 "$(cmddir)" install $(commands_out) "$(cmddir)" -- tg: (e311d15..) t/mkdir-bindir (depends on: master) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html