28441fe00325d5326fd774ac773648359fb07ef3
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / usb_modeswitch_data / 0001-makefile.patch
1 Fixed Makefile install sections to not reload udev rules. In a 
2 cross-compiler environment, it is not wanted to reload the host udev rules.
3
4 Signed-off-by: J.C. Woltz <jwoltz@gmail.com>
5 Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
6 --- a/Makefile  2013-06-10 22:32:53.000000000 +0200
7 +++ b/Makefile  2013-06-11 10:38:03.181161401 +0200
8 @@ -13,9 +13,9 @@
9  clean:
10         $(RM) 40-usb_modeswitch.rules
11  
12 -install: all files-install db-install rules-reload
13 +install: all files-install db-install
14  
15 -install-packed: files-install db-install-packed rules-reload
16 +install-packed: files-install db-install-packed
17  
18  files-install: 
19         install -d $(PREFIX)/share/usb_modeswitch
20 @@ -54,7 +54,7 @@
21                 fi \
22         fi
23  
24 -uninstall: files-uninstall rules-reload
25 +uninstall: files-uninstall
26  
27  files-uninstall:
28         $(RM) $(RULESDIR)/40-usb_modeswitch.rules