From d092e8a9c38c0591d53b561b3f6950324d256b87 Mon Sep 17 00:00:00 2001 From: Alexandre Snarskii Date: Fri, 1 Feb 2019 13:33:14 +0300 Subject: [PATCH] check bindir existance before installing --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 6c59311..8515939 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,6 +30,7 @@ clean: rm -rf *.o *.core core.* core install: bgpq3 + if test ! -d @bindir@ ; then mkdir -p @bindir@ ; fi ${INSTALL} -c -s -m 755 bgpq3 @bindir@ if test ! -d @prefix@/man/man8 ; then mkdir -p @prefix@/man/man8 ; fi ${INSTALL} -m 644 bgpq3.8 @prefix@/man/man8