Skip to content
Snippets Groups Projects
Unverified Commit 14d50e1c authored by Newbyte's avatar Newbyte :snowflake: Committed by Luca Weiss
Browse files

CI: re-enable dtb path check (MR 3801)

parent 5e2a8ecb
Branches
No related tags found
No related merge requests found
......@@ -16,9 +16,8 @@ if grep -qr '(CHANGEME!)' *; then
fi
# DTBs installed to /usr/share/db
# FIXME: doesn't pass currently, fix it and enable it afterwards
# if grep -r 'INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb'; then
# echo 'Please do not install dtbs to /usr/share/dtb!'
# echo 'Unless you have a good reason not to, please put them in /boot/dtbs'
# exit 1
# fi
if grep -r 'INSTALL_DTBS_PATH="$pkgdir"/usr/share/dtb'; then
echo 'Please do not install dtbs to /usr/share/dtb!'
echo 'Unless you have a good reason not to, please put them in /boot/dtbs'
exit 1
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment