mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-21 02:11:28 +00:00
Removed obsolete call to mkdir ;)
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@115 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
9c495e36d3
commit
2f0fc9063f
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -33,6 +33,5 @@ clean:
|
|||
@rm -f $(PROGNAME) $(OBJ)
|
||||
|
||||
install:
|
||||
mkdir -p $(INSTALLPATH) $(INSTALLMANPATH)
|
||||
install -D -m755 $(PROGNAME) $(DESTDIR)$(BINDIR)/$(PROGNAME)
|
||||
install -D -m644 debian/$(PROGNAME).1 $(DESTDIR)$(MANDIR))/$(PROGNAME).1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue