correction d'un bug avec runs
This commit is contained in:
parent
c95318eb9d
commit
c39b145391
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue