From 1000366f88226809755106ec825d79c0c9b9c7d7 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 7 Mar 2012 18:05:04 +0100 Subject: [PATCH] Makefile: create destination dirs in case they do not exist --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9566ed9..d743efc 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ all: $(ALL_LIBS) $(ALL_TOOLS) #install: $(ALL_LIBS:lib/%=$(DESTDIR)$(libdir)/%) $(DESTDIR)$(LDSO_PATHNAME) install: + install -d $(DESTDIR)/$(bindir)/ $(DESTDIR)/$(libdir)/ $(DESTDIR)/$(sysconfdir) install $(INSTALL_FLAGS) 755 $(ALL_TOOLS) $(DESTDIR)/$(bindir)/ install $(INSTALL_FLAGS) 644 $(ALL_LIBS) $(DESTDIR)/$(libdir)/ install $(INSTALL_FLAGS) 644 src/proxychains.conf $(DESTDIR)/$(sysconfdir)/