]> git.pld-linux.org Git - packages/bftpd.git/blob - bftpd-NOROOT.patch
- added using autoconf, ac 2.5 ready
[packages/bftpd.git] / bftpd-NOROOT.patch
1 --- bftpd-1.0.16.orig/Makefile.in       Thu Jan 18 16:13:40 2001
2 +++ bftpd-1.0.16/Makefile.in    Sun Jan 28 01:04:53 2001
3 @@ -40,12 +40,9 @@
4  $(OBJS): $(HEADERS) Makefile
5  
6  install: all
7 -       $(INSTALL) -g 0 -m 700 -o 0 bftpd $(DESTDIR)/$(prefix)/sbin
8 -       $(INSTALL) -g 0 -m 644 -o 0 bftpd.8 $(DESTDIR)/$(mandir)/man8
9 -       [ -f $(DESTDIR)/etc/bftpd.conf ] || \
10 -               $(INSTALL) -g 0 -m 600 -o 0 bftpd.conf $(DESTDIR)/etc
11 -       touch /var/log/bftpd.log
12 -       chmod 644 /var/log/bftpd.log
13 +       $(INSTALL) -m 700 bftpd $(DESTDIR)/$(prefix)/sbin
14 +       $(INSTALL) -m 644 bftpd.8 $(DESTDIR)/$(mandir)/man8
15 +       $(INSTALL) -m 600 bftpd.conf $(DESTDIR)/etc
16  
17  clean distclean:
18         rm -f *~ $(OBJS) bftpd
This page took 0.06404 seconds and 3 git commands to generate.