summaryrefslogtreecommitdiff
path: root/net/bird3/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/bird3/files/patch-Makefile.in')
-rw-r--r--net/bird3/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bird3/files/patch-Makefile.in b/net/bird3/files/patch-Makefile.in
new file mode 100644
index 000000000000..2f8db6f96b66
--- /dev/null
+++ b/net/bird3/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2022-02-21 11:12:46 UTC
++++ Makefile.in
+@@ -207,7 +207,7 @@ install: all
+ $(INSTALL_PROGRAM) $(exedir)/$$BIN $(DESTDIR)/$(sbindir)/$$BIN ; \
+ done
+ if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then \
+- $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ; \
++ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.sample ; \
+ else \
+ echo "Not overwriting old bird.conf" ; \
+ fi