Fix mixing sources due to improper moving of debs (#2293)

This commit is contained in:
Werner 2020-10-31 20:00:43 +01:00 committed by GitHub
parent d67b944eeb
commit 4532f2b1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ compile_kernel()
cd .. || exit
# remove firmare image packages here - easier than patching ~40 packaging scripts at once
rm -f linux-firmware-image-*.deb
cp ./*.deb "${DEB_STORAGE}/" || exit_with_error "Failed moving kernel DEBs"
mv ./*.deb "${DEB_STORAGE}/" || exit_with_error "Failed moving kernel DEBs"
# store git hash to the file
echo "${hash}" > "${SRC}/cache/hash"$([[ ${BETA} == yes ]] && echo "-beta")"/linux-image-${BRANCH}-${LINUXFAMILY}.githash"