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

Last change on this file since ca72aba 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
RevLine 
[c5c522c]1--- netkit-ftp-0.17/ftp/Makefile.nodebug        2006-11-14 15:02:36.000000000 +0100
2+++ netkit-ftp-0.17/ftp/Makefile        2007-01-30 13:58:15.000000000 +0100
3@@ -17,7 +17,7 @@
4 
5 install: ftp
6        install -d $(INSTALLROOT)$(BINDIR)
7-       install -s -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
8+       install -m$(BINMODE) ftp $(INSTALLROOT)$(BINDIR)
9        ln -sf ftp $(INSTALLROOT)$(BINDIR)/pftp
10        install -d $(INSTALLROOT)$(MANDIR)/man1
11        install -m$(MANMODE) ftp.1 $(INSTALLROOT)$(MANDIR)/man1
Note: See TracBrowser for help on using the repository browser.