fix error seen on virgin machines
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ ARCHIVEDIR=release/archive
|
|||||||
rm -f $OUTDIR/firmware*
|
rm -f $OUTDIR/firmware*
|
||||||
|
|
||||||
mkdir -p $OUTDIR/bins $ARCHIVEDIR
|
mkdir -p $OUTDIR/bins $ARCHIVEDIR
|
||||||
rm -r $OUTDIR/bins/*
|
rm -r $OUTDIR/bins/* || true
|
||||||
mkdir -p $OUTDIR/bins/universal $OUTDIR/elfs/universal
|
mkdir -p $OUTDIR/bins/universal $OUTDIR/elfs/universal
|
||||||
|
|
||||||
# build the named environment and copy the bins to the release directory
|
# build the named environment and copy the bins to the release directory
|
||||||
|
|||||||
Reference in New Issue
Block a user