aboutsummaryrefslogtreecommitdiff
path: root/net/bird6/files/patch-tools-Makefile.in
blob: d4e560b1c545719967906874a8284a73d50d8acf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- tools/Makefile.in.orig	2012-08-07 13:15:45.000000000 +0400
+++ tools/Makefile.in	2012-08-15 15:51:51.000000000 +0400
@@ -61,11 +61,7 @@
 	if test -n "@CLIENT@" ; then								\
 		$(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX@ ;	\
 	fi
-	if ! test -f $(DESTDIR)/@CONFIG_FILE@ ; then						\
-		$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@ ;	\
-	else											\
-		echo "Not overwriting old bird@SUFFIX@.conf" ;					\
-	fi
+	$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(DESTDIR)/@CONFIG_FILE@.example
 
 install-docs:
 	$(INSTALL) -d $(DESTDIR)/$(docdir)