summaryrefslogtreecommitdiff
path: root/net/bird/files/patch-tools-Makefile.in
blob: 35a2f3f2caca751ebf188ccb62f5282b1c546620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/Makefile.in.orig	Mon May 31 19:53:02 2004
+++ tools/Makefile.in	Thu May 12 21:04:36 2005
@@ -49,7 +49,7 @@
 		$(INSTALL_PROGRAM) -s $(exedir)/birdc $(sbindir)/ ;				\
 	fi
 	if ! test -f $(sysconfdir)/bird.conf ; then						\
-		$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf ;	\
+		$(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird.conf.example ;	\
 	else											\
 		echo "Not overwriting old bird.conf" ;						\
 	fi