Browse Source

Merge branch 'robot/patch-0-1701018572' into 'main'

robot/patch-0-1701018572

See merge request kernel-firmware/linux-firmware!79
main
Mario Limonciello 1 year ago
parent
commit
9fdcf6394b
  1. 2
      Makefile
  2. 2
      copy-firmware.sh

2
Makefile

@ -6,7 +6,7 @@ FIRMWAREDIR = /lib/firmware @@ -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

2
copy-firmware.sh

@ -69,7 +69,7 @@ if [ -z "$destdir" ]; then @@ -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

Loading…
Cancel
Save