From cbe5b5b7cbb9e6acb6c4984bb5d9a5fe14b73032 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 12 Aug 2012 19:25:08 +0200 Subject: usb_modeswitch_data: add patch to fix parallel installation Signed-off-by: Thomas Petazzoni --- .../usb_modeswitch_data-fix-parallel-install.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/usb_modeswitch_data/usb_modeswitch_data-fix-parallel-install.patch diff --git a/package/usb_modeswitch_data/usb_modeswitch_data-fix-parallel-install.patch b/package/usb_modeswitch_data/usb_modeswitch_data-fix-parallel-install.patch new file mode 100644 index 000000000..ba3049956 --- /dev/null +++ b/package/usb_modeswitch_data/usb_modeswitch_data-fix-parallel-install.patch @@ -0,0 +1,17 @@ +Properly create the directory before creating it so that parallel +install work fine. + +Signed-off-by: Thomas Petazzoni + +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: -- cgit v1.2.3