From dc75ac4e4a24e8f400f95ab6ff4e7c903d8bfb6c Mon Sep 17 00:00:00 2001 From: Nicolas Aupetit Date: Sun, 9 Nov 2008 21:49:23 +1100 Subject: [PATCH] Fix /bin path not created in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b2290cb..7b58a6c 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ $(INSTALL_TARGETS): install-%: % install-dir install-postlicyd: install-postlicyd-tools install-postlicyd-conf install-dir: install -d $(DESTDIR)$(prefix)/sbin + install -d $(DESTDIR)$(prefix)/bin install -d $(DESTDIR)/etc/pfixtools install-postlicyd-tools: -- 2.20.1