[CRIU] [PATCH 09/11] test: rpc -- Fix criu ref
Cyrill Gorcunov
gorcunov at openvz.org
Mon Feb 15 05:26:15 PST 2016
---
test/rpc/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/rpc/Makefile b/test/rpc/Makefile
index de90ac73e288..88b9f3685029 100644
--- a/test/rpc/Makefile
+++ b/test/rpc/Makefile
@@ -9,8 +9,8 @@ run: all
chmod a+rwx build
sudo -g '#1000' -u '#1000' ./run.sh
-criu: ../../criu
- cp ../../criu $@
+criu: ../../criu/criu
+ cp ../../criu/criu $@
chmod u+s $@
test-c: rpc.pb-c.o test-c.o
--
2.5.0
More information about the CRIU
mailing list