From 5ce9bb7147791b3a9622b51f9ee4000308660735 Mon Sep 17 00:00:00 2001 From: "Jens K. Mueller" Date: Fri, 11 Feb 2011 14:21:09 +0100 Subject: [PATCH] Create install dir before copying --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4889096..d41fa3d 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ MAN_PAGES = $(MANS:.md=.1) install: @mkdir -p $(MANPREFIX) + @mkdir -p $(PREFIX)/bin @echo "... installing bins to $(PREFIX)/bin" @echo "... installing man pages to $(MANPREFIX)" @$(foreach BIN, $(BINS), \