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:
Mario Limonciello 2023-11-26 17:57:54 +00:00
commit 9fdcf6394b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -69,7 +69,7 @@ if [ -z "$destdir" ]; then
exit 1
fi
if ! which rdfind 2>/dev/null >/dev/null; then
if ! command -v rdfind >/dev/null; then
echo "ERROR: rdfind is not installed"
exit 1
fi