mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Error in test fixed.
This commit is contained 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" ; \
|
||||
|
Reference in New Issue
Block a user