[Devel] [PATCH 2/4] user-cr: Make directories during install
Matt Helsley
matthltc at us.ibm.com
Fri Feb 26 10:56:40 PST 2010
This makes the directories needed to hold the installed files if they do not
already exist.
Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
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 at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list