From: Ondrej Filip Date: Tue, 2 Jun 2009 09:00:12 +0000 (+0200) Subject: Error in test fixed. X-Git-Tag: v1.2.0~63^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de8f238fdb85bdba8ce4b5988584403cf5dbcd1e;p=thirdparty%2Fbird.git Error in test fixed. --- diff --git a/tools/Makefile.in b/tools/Makefile.in index 17b4db766..33e5c2586 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" ; \