robot/patch-0-1701018572 See merge request kernel-firmware/linux-firmware!79
@ -6,7 +6,7 @@ FIRMWAREDIR = /lib/firmware
all:
check:
@if ! which pre-commit >/dev/null; then \
@if ! command -v pre-commit >/dev/null; then \
echo "Install pre-commit to check files"; \
exit 1; \
fi
@ -69,7 +69,7 @@ if [ -z "$destdir" ]; then
exit 1
if ! which rdfind 2>/dev/null >/dev/null; then
if ! command -v rdfind >/dev/null; then
echo "ERROR: rdfind is not installed"