]> git.pld-linux.org Git - packages/ffingerd.git/blob - ffingerd-DESTDIR.patch
- added FAMILY=ipv4
[packages/ffingerd.git] / ffingerd-DESTDIR.patch
1 --- Makefile.in~        Wed Jul  7 14:02:26 1999
2 +++ Makefile.in Wed Sep  1 02:17:40 1999
3 @@ -26,15 +26,15 @@
4         @echo Ok, do a 'make install' or 'make install.all' now.
5  
6  install.bin: ffingerd
7 -       -$(INSTALL) -d $(SBINDIR) $(MANDIR) $(MANDIR)/man8
8 -       $(INSTALL) ffingerd $(SBINDIR)/ffingerd
9 -       $(INSTALL) -m 444 $(srcdir)/ffingerd.8 $(MANDIR)/man8
10 +       -$(INSTALL) -d $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man8
11 +       $(INSTALL) ffingerd $(DESTDIR)$(SBINDIR)/ffingerd
12 +       $(INSTALL) $(srcdir)/ffingerd.8 $(DESTDIR)$(MANDIR)/man8
13  
14  install: install.bin
15         @echo Do not forget to fix /etc/inetd.conf and kill -HUP the inetd.
16  
17  install.all: install.bin
18 -       $(SRC)/install.conf $(SBINDIR)/ffingerd $(AWK) $(SED) $(KILLALL)
19 +       $(SRC)/install.conf $(DESTDIR)$(SBINDIR)/ffingerd $(AWK) $(SED) $(KILLALL)
20  
21  uninstall:
22         rm -f $(SBINDIR)/ffingerd $(MANDIR)/man8/ffingerd*
This page took 0.099445 seconds and 3 git commands to generate.