1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 04:33:58 +02:00

[packages] olsrd: force non-interactive install (#7470)

git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@21868 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich 2010-06-21 22:34:41 +00:00
parent 198302a77b
commit cb1e0ef654

View File

@ -0,0 +1,11 @@
--- a/Makefile 2010-06-14 11:27:58.000000000 +0200
+++ b/Makefile 2010-06-14 11:28:44.000000000 +0200
@@ -117,7 +117,7 @@
@echo can be found at files/olsrd.conf.default.lq
@echo ==========================================================
mkdir -p $(ETCDIR)
- -cp -i files/olsrd.conf.default.lq $(CFGFILE)
+ -cp -f files/olsrd.conf.default.lq $(CFGFILE)
@echo -------------------------------------------
@echo Edit $(CFGFILE) before running olsrd!!
@echo -------------------------------------------