Error in test fixed.
This commit is contained in:
parent
dc16584ac2
commit
de8f238fdb
1 changed files with 1 additions and 1 deletions
|
@ -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" ; \
|
||||
|
|
Loading…
Reference in a new issue