From 9f7f5157fe921dadc837f65a38a2f50e416ecb7f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 30 Apr 2007 20:09:58 +0000 Subject: [PATCH] Create installations directories before installing into them, like GNU packages do. Problem reported by Manfred Pausch. [originally from svn r7494] --- Recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/Recipe b/Recipe index 79ea3b0b..efdfabab 100644 --- a/Recipe +++ b/Recipe @@ -190,6 +190,7 @@ RCFLAGS += $(VER) # `make install' target for Unix. !begin gtk install: + mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir) $(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink $(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp $(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp