]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- modified for new version
authorpius <pius@pld-linux.org>
Wed, 1 Sep 1999 00:21:24 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffingerd-DESTDIR.patch -> 1.3

ffingerd-DESTDIR.patch

index 477922bf79bd20c368a2a0db464d906534f26e39..db723210fc6ed4d2a17c17c5fe4b2a44d7463041 100644 (file)
@@ -1,15 +1,15 @@
---- Makefile.in~       Tue Jul  6 15:51:06 1999
-+++ Makefile.in        Wed Jul  7 11:47:23 1999
-@@ -26,18 +26,18 @@
+--- Makefile.in~       Wed Jul  7 14:02:26 1999
++++ Makefile.in        Wed Sep  1 02:17:40 1999
+@@ -26,15 +26,15 @@
        @echo Ok, do a 'make install' or 'make install.all' now.
  
  install.bin: ffingerd
 -      -$(INSTALL) -d $(SBINDIR) $(MANDIR) $(MANDIR)/man8
 -      $(INSTALL) ffingerd $(SBINDIR)/ffingerd
--      $(INSTALL_DATA) -m 444 $(srcdir)/ffingerd.8 $(MANDIR)/man8
-+      -$(INSTALL) -d $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(MANDIR)/man8
+-      $(INSTALL) -m 444 $(srcdir)/ffingerd.8 $(MANDIR)/man8
++      -$(INSTALL) -d $(DESTDIR)$(SBINDIR) $(DESTDIR)$(MANDIR)/man8
 +      $(INSTALL) ffingerd $(DESTDIR)$(SBINDIR)/ffingerd
-+      $(INSTALL_DATA) -m 444 $(srcdir)/ffingerd.8 $(DESTDIR)$(MANDIR)/man8
++      $(INSTALL) $(srcdir)/ffingerd.8 $(DESTDIR)$(MANDIR)/man8
  
  install: install.bin
        @echo Do not forget to fix /etc/inetd.conf and kill -HUP the inetd.
@@ -19,8 +19,4 @@
 +      $(SRC)/install.conf $(DESTDIR)$(SBINDIR)/ffingerd $(AWK) $(SED) $(KILLALL)
  
  uninstall:
--      rm -f $(SBINDIR)/ffingerd $(MANDIR)/man8/ffingerd*
-+      rm -f $(DESTDIR)$(SBINDIR)/ffingerd $(DESTDIR)$(MANDIR)/man8/ffingerd*
-       @echo Do not forget to tell inetd...
- clean:
+       rm -f $(SBINDIR)/ffingerd $(MANDIR)/man8/ffingerd*
This page took 0.069398 seconds and 4 git commands to generate.