correction d'un bug avec runs
This commit is contained in:
parent
c95318eb9d
commit
c39b145391
|
@ -834,9 +834,11 @@ function runs_initworkdir() {
|
||||||
>"$RUNSEXPORTDIR/remoteroot"
|
>"$RUNSEXPORTDIR/remoteroot"
|
||||||
|
|
||||||
# synchronisation ulib
|
# 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
|
urequire ulib pyulib/pyulib
|
||||||
ulibsync "$RUNSEXPORTDIR"
|
mkdir -p "$RUNSEXPORTDIR/lib"
|
||||||
pyulibsync "$RUNSEXPORTDIR"
|
ulibsync "$RUNSEXPORTDIR/lib"
|
||||||
|
pyulibsync "$RUNSEXPORTDIR/lib"
|
||||||
|
|
||||||
# copie runs, uinst
|
# copie runs, uinst
|
||||||
cp "$RUNSSRCDIR/runs" "$RUNSEXPORTDIR"
|
cp "$RUNSSRCDIR/runs" "$RUNSEXPORTDIR"
|
||||||
|
|
Loading…
Reference in New Issue