]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes installation (missing /usr/local/var/run).
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 21 Feb 2010 09:14:41 +0000 (10:14 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 21 Feb 2010 09:14:41 +0000 (10:14 +0100)
tools/Makefile.in

index daa753c3eb93ccae2e6954f558eba6ec01e2dcd2..99ae22513f981ffc72eebca6dabbd4e7cb533370 100644 (file)
@@ -55,7 +55,7 @@ tags:
        cd $(srcdir) ; etags -lc `find $(static-dirs) $(addprefix $(objdir)/,$(dynamic-dirs)) $(client-dirs) -name *.[chY]`
 
 install: all
-       $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir)
+       $(INSTALL) -d $(DESTDIR)/$(sbindir) $(DESTDIR)/$(sysconfdir) $(DESTDIR)/$(localstatedir)/run
        $(INSTALL_PROGRAM) -s $(exedir)/bird $(DESTDIR)/$(sbindir)/bird@SUFFIX6@
        if test -n "@CLIENT@" ; then                                                            \
                $(INSTALL_PROGRAM) -s $(exedir)/birdc $(DESTDIR)/$(sbindir)/birdc@SUFFIX6@ ;                            \