]> git.pld-linux.org Git - packages/ffingerd.git/blob - ffingerd-DESTDIR.patch
- updated to 1.28.
[packages/ffingerd.git] / ffingerd-DESTDIR.patch
1 diff -Nru ffingerd-1.26/Makefile.in ffingerd-1.26.new/Makefile.in
2 --- ffingerd-1.26/Makefile.in   Mon Jan 24 18:08:54 2000
3 +++ ffingerd-1.26.new/Makefile.in       Mon Jan 31 21:49:48 2000
4 @@ -26,15 +26,15 @@
5         @echo Ok, do a 'make install' or 'make install.all' now.
6  
7  install.bin: ffingerd
8 -       $(SHELL) $(srcdir)/mkinstalldirs $(SBINDIR) $(MANDIR) $(MANDIR)/man8
9 -       $(INSTALL) ffingerd $(SBINDIR)/ffingerd
10 -       $(INSTALL) -m 444 $(srcdir)/ffingerd.8 $(MANDIR)/man8
11 +       $(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(MANDIR)/man8
12 +       $(INSTALL) ffingerd $(DESTDIR)$(SBINDIR)/ffingerd
13 +       $(INSTALL) -m 444 $(srcdir)/ffingerd.8 $(DESTDIR)$(MANDIR)/man8
14  
15  install: install.bin
16         @echo Do not forget to fix /etc/inetd.conf and kill -HUP the inetd.
17  
18  install.all: install.bin
19 -       $(SRC)/install.conf $(SBINDIR)/ffingerd $(AWK) $(SED) $(KILLALL)
20 +       $(SRC)/install.conf $(DESTDIR)$(SBINDIR)/ffingerd $(AWK) $(SED) $(KILLALL)
21  
22  uninstall:
23         rm -f $(SBINDIR)/ffingerd $(MANDIR)/man8/ffingerd*
This page took 0.025713 seconds and 3 git commands to generate.