@ -98,7 +98,8 @@ if [ "`echo $@ | wc -w`" -gt "1" ]; then
exit 0
fi
FS="$1"
shift
SUBPROJECT="$2"
shift 2
lockfile ~/buildLiveCD.lock || exit 1
trap "finish" 0
@ -138,10 +139,10 @@ for STE in $SUITES; do
if $LIVE_BUILD; then
$LINUX32 sudo chroot ${DIR%/./*} sh -c "cd /${DIR#*/./} && rm -rf auto && mkdir -p auto && for f in config build clean; do ln -s /usr/share/livecd-rootfs/live-build/auto/\$f auto/; done" >> ${LOG} 2>&1 || true