mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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.
|
# `make install' target for Unix.
|
||||||
!begin gtk
|
!begin gtk
|
||||||
install:
|
install:
|
||||||
|
mkdir -p $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)
|
||||||
$(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink
|
$(INSTALL_PROGRAM) -m 755 plink $(DESTDIR)$(bindir)/plink
|
||||||
$(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp
|
$(INSTALL_PROGRAM) -m 755 pscp $(DESTDIR)$(bindir)/pscp
|
||||||
$(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp
|
$(INSTALL_PROGRAM) -m 755 psftp $(DESTDIR)$(bindir)/psftp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user