Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next-switch-to-libloc

This commit is contained in:
Stefan Schantl
2020-05-26 19:02:48 +02:00
7 changed files with 33 additions and 10 deletions

View File

@@ -1705,7 +1705,7 @@ buildpackages() {
# remove not useable iso on armv5tel (needed to build flash images)
[ "${BUILD_ARCH}" = "armv5tel" ] && rm -rf *.iso
for i in `ls *.bz2 *.img.xz *.iso`; do
for i in $(ls *.bz2 *.img.xz *.iso 2>/dev/null); do
md5sum $i > $i.md5
done
cd $PWD