This makes the directories needed to hold the installed files if they do not already exist. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index a8f426a..e776857 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ ckptinfo_types.c: $(CKPT_HEADERS) ckptinfo.py cat $(CKPT_HEADERS) | ./ckptinfo.py > ckptinfo_types.c install: + /usr/bin/install -d -D $(BIN_INSTALL_DIR) $(LIB_INSTALL_DIR) @echo /usr/bin/install -m 755 checkpoint restart nsexec ckptinfo $(BIN_INSTALL_DIR) @/usr/bin/install -m 755 checkpoint restart ckptinfo nsexec $(BIN_INSTALL_DIR) @echo /usr/bin/install -m 755 $(LIB_ECLONE) $(LIB_INSTALL_DIR) -- 1.6.3.3 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers