]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Error in test fixed.
authorOndrej Filip <feela@majklik.network.cz>
Tue, 2 Jun 2009 09:00:12 +0000 (11:00 +0200)
committerOndrej Filip <feela@majklik.network.cz>
Tue, 2 Jun 2009 09:00:12 +0000 (11:00 +0200)
tools/Makefile.in

index 17b4db7669417b3f3d910a6a31f74c926027424a..33e5c2586ea7d8c891eeb4424fe51b575baab26a 100644 (file)
@@ -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" ;                                          \