mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: remove only temporary needed iso on arm build.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
4
make.sh
4
make.sh
@@ -906,6 +906,10 @@ buildpackages() {
|
||||
mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1
|
||||
|
||||
cd $BASEDIR
|
||||
|
||||
# remove not useable iso on armv5tel (needed to build flash images)
|
||||
[ "${TARGET_ARCH}" = "armv5tel" ] && rm -rf *.iso
|
||||
|
||||
for i in `ls *.bz2 *.img.gz *.iso`; do
|
||||
md5sum $i > $i.md5
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user