mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
Merge branch 'firmware' of git://git.kernel.org/pub/scm/linux/kernel/git/jcm/udev-jcm
This commit is contained in:
commit
9fd2e7e95d
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
FIRMWARE_DIRS="/lib/firmware/$(uname -r) /lib/firmware"
|
||||
FIRMWARE_DIRS="/lib/firmware/updates/$(uname -r) /lib/firmware/updates \
|
||||
/lib/firmware/$(uname -r) /lib/firmware"
|
||||
|
||||
err() {
|
||||
echo "$@" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user