Merge branch 'robot/patch-0-1701018572' into 'main'
robot/patch-0-1701018572 See merge request kernel-firmware/linux-firmware!79
This commit is contained in:
commit
9fdcf6394b
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ FIRMWAREDIR = /lib/firmware
|
||||||
all:
|
all:
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@if ! which pre-commit >/dev/null; then \
|
@if ! command -v pre-commit >/dev/null; then \
|
||||||
echo "Install pre-commit to check files"; \
|
echo "Install pre-commit to check files"; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -69,7 +69,7 @@ if [ -z "$destdir" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! which rdfind 2>/dev/null >/dev/null; then
|
if ! command -v rdfind >/dev/null; then
|
||||||
echo "ERROR: rdfind is not installed"
|
echo "ERROR: rdfind is not installed"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue