Merge pull request #1365 from JustEnoughLinuxOS/dev

Fix a build issue with AMD64.
This commit is contained in:
fewtarius 2023-04-27 08:04:39 -04:00 committed by GitHub
commit ec32581634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ then
for package in ${PKG_CLEAN}
do
echo "Clean: ${package}"
./scripts/clean ${package}
./scripts/clean ${package} 2>/dev/null ||:
done
rm -rf build.${DISTRO}-${DEVICE_ROOT}.${ARCH}/.stamps/initramfs
fi