diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 17b4db7..33e5c25 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -48,7 +48,7 @@ install: all if test -n "@CLIENT@" ; then \ $(INSTALL_PROGRAM) -s $(exedir)/birdc $(sbindir)/birdc@SUFFIX6@ ; \ fi - if ! test -f $(sysconfdir)/bird.@SUFFIX6@conf ; then \ + if ! test -f $(sysconfdir)/bird@SUFFIX6@.conf ; then \ $(INSTALL_DATA) $(srcdir)/doc/bird.conf.example $(sysconfdir)/bird@SUFFIX6@.conf ; \ else \ echo "Not overwriting old bird.conf" ; \ |