1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

Create installations directories before installing into them, like GNU

packages do.

Problem reported by Manfred Pausch.

[originally from svn r7494]
This commit is contained in:
Ben Harris 2007-04-30 20:09:58 +00:00
parent 3f9d53aa9e
commit 9f7f5157fe

1
Recipe
View File

@ -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