summarylogtreecommitdiffstats
path: root/0003-Rework-firmware-loading.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-Rework-firmware-loading.patch')
-rw-r--r--0003-Rework-firmware-loading.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/0003-Rework-firmware-loading.patch b/0003-Rework-firmware-loading.patch
index 5badb1c13412..0a0a4180d505 100644
--- a/0003-Rework-firmware-loading.patch
+++ b/0003-Rework-firmware-loading.patch
@@ -87,7 +87,7 @@ index f18459f..0956c79 100644
ifeq ($(UNAME),Darwin)
install-hotplug: install-hotplug-test install-hotplug-osx
-@@ -1008,67 +1020,14 @@ install-hotplug-test:
+@@ -1008,68 +1020,14 @@ install-hotplug-test:
#
install-hotplug-prog:
@@ -118,6 +118,7 @@ index f18459f..0956c79 100644
- elif [ -x /usr/lib/systemd/systemd-udevd ]; then \
- version=`/usr/lib/systemd/systemd-udevd --version 2>/dev/null`; \
- fi; \
+- version=`echo $$version | sed -e 's/^v//' -e 's/-.*//' `; \
- if [ "$$version" = "" ]; then version=0; fi; \
- echo "***"; \
- echo "*** udev version $$version"; \