fix error seen on virgin machines

This commit is contained in:
Kevin Hester 2021-04-16 12:34:07 +08:00
parent 4c75ac31fb
commit c5e0ca5c02

View File

@ -18,7 +18,7 @@ ARCHIVEDIR=release/archive
rm -f $OUTDIR/firmware*
mkdir -p $OUTDIR/bins $ARCHIVEDIR
rm -r $OUTDIR/bins/*
rm -r $OUTDIR/bins/* || true
mkdir -p $OUTDIR/bins/universal $OUTDIR/elfs/universal
# build the named environment and copy the bins to the release directory