60d4821f68
[ci:ignore-count]: Too many packages probably [ci:skip-build]: No way this would finish in time
7 lines
216 B
Bash
Executable file
7 lines
216 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
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
|