usb_modeswitch_data: add patch to fix parallel installation
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
572ba0692c
commit
cbe5b5b7cb
@ -0,0 +1,17 @@
|
|||||||
|
Properly create the directory before creating it so that parallel
|
||||||
|
install work fine.
|
||||||
|
|
||||||
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
|
|
||||||
|
Index: b/Makefile
|
||||||
|
===================================================================
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
install -D --mode=644 40-usb_modeswitch.rules $(RULESDIR)/40-usb_modeswitch.rules
|
||||||
|
|
||||||
|
db-install:
|
||||||
|
+ install -d $(PREFIX)/share/usb_modeswitch
|
||||||
|
install --mode=644 -t $(PREFIX)/share/usb_modeswitch ./usb_modeswitch.d/*
|
||||||
|
|
||||||
|
db-install-packed:
|
Loading…
Reference in New Issue
Block a user