From a315dd546791450a2ee00317938748947632d4f8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 11 Apr 2009 04:53:20 +0200 Subject: [PATCH] create missing lib dir on installation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6531df4..cbdf08e 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ install-dev: all $(INSTALL) -m0644 uci_config.h uci.h uci_list.h ucimap.h $(DESTDIR)$(prefix)/include/ install-bin: all + $(MKDIR) -p $(DESTDIR)$(prefix)/lib $(INSTALL) -m0755 $(SHLIB_FILE) $(DESTDIR)$(prefix)/lib/ ln -sf $(SHLIB_FILE) $(DESTDIR)$(prefix)/lib/libuci.$(SHLIB_EXT) $(MKDIR) -p $(DESTDIR)$(prefix)/bin -- 2.11.0