summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 059c813..6dfbb4a 100644
--- a/Makefile
+++ b/Makefile
@@ -426,9 +426,9 @@ install-udev: devices
firmware:
ifeq ($(HOTPLUG_FIRMWARE),yes)
if [ -d /usr/lib/hotplug/firmware ]; then \
- install -D -m 644 *.ima /usr/lib/hotplug/firmware ; \
+ install -m 644 *.ima /usr/lib/hotplug/firmware; \
elif [ -d /lib/firmware ]; then \
- install -D -m 644 *.ima /lib/firmware ; \
+ install -m 644 *.ima /lib/firmware; \
fi
@echo "Installed firmware"
else