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:
parent
3f9d53aa9e
commit
9f7f5157fe
1
Recipe
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user