From c39b145391a7f64f110162daf21e8774a4821372 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Wed, 9 Jul 2014 23:07:19 +0400 Subject: [PATCH] correction d'un bug avec runs --- lib/ulib/runs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ulib/runs b/lib/ulib/runs index b5228c1..7fb8c9e 100644 --- a/lib/ulib/runs +++ b/lib/ulib/runs @@ -834,9 +834,11 @@ function runs_initworkdir() { >"$RUNSEXPORTDIR/remoteroot" # synchronisation ulib + # comme on copie runs et uinst, il faut copier ulib et pyulib comme pour nutools: dans le répertoire lib/ urequire ulib pyulib/pyulib - ulibsync "$RUNSEXPORTDIR" - pyulibsync "$RUNSEXPORTDIR" + mkdir -p "$RUNSEXPORTDIR/lib" + ulibsync "$RUNSEXPORTDIR/lib" + pyulibsync "$RUNSEXPORTDIR/lib" # copie runs, uinst cp "$RUNSSRCDIR/runs" "$RUNSEXPORTDIR"