From: Arne Fitzenreiter Date: Thu, 17 Dec 2009 22:37:59 +0000 (+0100) Subject: Change /etc/usb_modeswitch.conf to *.example . X-Git-Tag: v2.9-beta1~568^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=83ace54562d033d96b629a073373dd45104e90a8 Change /etc/usb_modeswitch.conf to *.example . --- diff --git a/lfs/usb_modeswitch b/lfs/usb_modeswitch index 5710b6b2aa..8f17964ffc 100644 --- a/lfs/usb_modeswitch +++ b/lfs/usb_modeswitch @@ -74,6 +74,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make clean cd $(DIR_APP) && make all $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install - mv -f /etc/usb_modeswitch.conf /etc/usb_modeswitch.conf.default + mv -f /etc/usb_modeswitch.conf /etc/usb_modeswitch.conf.example @rm -rf $(DIR_APP) @$(POSTBUILD)