Skip to content
Snippets Groups Projects
Commit 9f7f5157 authored by Ben Harris's avatar Ben Harris
Browse files

Create installations directories before installing into them, like GNU

packages do.

Problem reported by Manfred Pausch.

[originally from svn r7494]
parent 3f9d53aa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment