mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-24 11:28:30 +00:00
Suggested changes to the install-target by Dag Wieers
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@130 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
c57dae1c3f
commit
45f1ae1277
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -59,6 +59,6 @@ clean:
|
|||
@rm -f $(PROGNAME) $(OBJ)
|
||||
|
||||
install:
|
||||
install -D -m755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
|
||||
install -D -m644 debian/$(PROGNAME).1 $(DESTDIR)$(MANDIR)/$(PROGNAME).1
|
||||
install -Dp -m0755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
|
||||
install -Dp -m0644 debian/$(PROGNAME).1 $(DESTDIR)$(MANDIR)/man1/$(PROGNAME).1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue