[PATCH 07/18] user-cr: cleanup install of PROGS

Matt Helsley matthltc at us.ibm.com
Thu Mar 17 10:27:39 PDT 2011


Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index d4558be..dd07ef9 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ ckptinfo_types.c: $(CKPT_HEADERS) ckptinfo.py
 
 install: $(PROGS)
 	/usr/bin/install -d -D $(BIN_INSTALL_DIR) $(LIB_INSTALL_DIR)
-	/usr/bin/install -m 755 checkpoint restart ckptinfo nsexec $(BIN_INSTALL_DIR)
+	/usr/bin/install -m 755 $(PROGS) $(BIN_INSTALL_DIR)
 	/usr/bin/install -m 755 $(LIB_ECLONE) $(LIB_INSTALL_DIR)
 
 $(CKPT_HEADERS): %:
-- 
1.6.3.3



More information about the Containers mailing list