]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Change /etc/usb_modeswitch.conf to *.example .
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 17 Dec 2009 22:37:59 +0000 (23:37 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 17 Dec 2009 22:37:59 +0000 (23:37 +0100)
lfs/usb_modeswitch

index 5710b6b2aa32233ddb6ecb1ed5ad6d2b4629281a..8f17964ffc2c360ad01bcb60572ee341264c066c 100644 (file)
@@ -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)