From cd99cb0776ec2386f2cc9cb69d6fe7bc9a032439 Mon Sep 17 00:00:00 2001 From: ben 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. git-svn-id: svn://svn.tartarus.org/sgt/putty@7494 cda61777-01e9-0310-a592-d414129be87e --- 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 -- 2.11.0