update deb_arm64 BldHelper script
This commit is contained in:
parent
a52e021f19
commit
957a5efc29
|
@ -25,9 +25,6 @@ _cache="./cache"
|
||||||
_break=0 ; _wait=30 # Time (in seconds) to wait
|
_break=0 ; _wait=30 # Time (in seconds) to wait
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
||||||
# Run the build script.
|
|
||||||
./pepbld.sh 2>&1 | tee -a ${OutFile}
|
|
||||||
|
|
||||||
# Timing matters, don't destroy the old one without a replacement.
|
# Timing matters, don't destroy the old one without a replacement.
|
||||||
# Check for the ISO to appear and wait for things to settle.
|
# Check for the ISO to appear and wait for things to settle.
|
||||||
until [ -e fusato/*.iso ]
|
until [ -e fusato/*.iso ]
|
||||||
|
|
Loading…
Reference in New Issue