diff options
-rwxr-xr-x | builders/milou/binhost-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update index 2688a56..e64cd1e 100755 --- a/builders/milou/binhost-update +++ b/builders/milou/binhost-update @@ -134,7 +134,7 @@ for n in ${NSPAWN_NAMES} ; do for variant in ${machinedir}/${builder}/variants/*; do [[ -d ${variant} ]] || break echo "Variant: ${variant}" &>> ${TMPFILE} - "${nspawn_command[@]}" --ephemeral --bind ${machinedir}/var/cache/binpkgs -M ${n} /root/bin/run-update ${variant##*/} &>> ${TMPFILE} + "${nspawn_command[@]}" --ephemeral --bind ${machinedir}/var/cache/binpkgs:/var/cache/binpkgs -M ${n} /root/bin/run-update ${variant##*/} &>> ${TMPFILE} let "anyfail+=$?" done fi |