source: npl/system/netkit-ftp/patches/15-netkit-ftp-0.17-nodebug.patch @ 2154c77

Last change on this file since 2154c77 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 464 bytes
  • netkit-ftp-0.17/ftp/Makefile

    old new  
    1717
    1818install: ftp
    1919        install -d $(INSTALLROOT)$(BINDIR)
    20         install -s -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
     20        install -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
    2121        ln -sf ftp $(INSTALLROOT)$(BINDIR)/pftp
    2222        install -d $(INSTALLROOT)$(MANDIR)/man1
    2323        install -m$(MANMODE) ftp.1 $(INSTALLROOT)$(MANDIR)/man1
Note: See TracBrowser for help on using the repository browser.