kopia lustrzana https://github.com/meshtastic/firmware
fix error seen on virgin machines
rodzic
4c75ac31fb
commit
c5e0ca5c02
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue