bird2: 2.0.2 -> 2.0.4

https://gitlab.labs.nic.cz/labs/bird/blob/v2.0.4/NEWS
The patch doesn't need so much context.
This commit is contained in:
Vladimír Čunát
2019-03-07 11:30:30 +01:00
parent 9fd50e6955
commit e47a33ddfb
2 changed files with 4 additions and 11 deletions
@@ -1,13 +1,6 @@
diff --git a/Makefile.in b/Makefile.in
index fdd5e6c..45f81a1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -165,7 +165,7 @@ tags:
# Install
@@ -165,2 +165,2 @@
install: all
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/@runtimedir@
- $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(runstatedir)
+ $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir)
$(INSTALL_PROGRAM) $(exedir)/bird $(DESTDIR)/$(sbindir)/bird
$(INSTALL_PROGRAM) $(exedir)/birdcl $(DESTDIR)/$(sbindir)/birdcl
if test -n "@CLIENT@" ; then \