correction d'un bug avec runs

This commit is contained in:
Jephte CLAIN 2014-07-09 23:07:19 +04:00
parent c95318eb9d
commit c39b145391
1 changed files with 4 additions and 2 deletions

View File

@ -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"