]> The Tcpdump Group git mirrors - libpcap/commitdiff
Patch from Lorenzo Cavallaro <[email protected]> to create
authorguy <guy>
Thu, 18 Jan 2001 04:05:12 +0000 (04:05 +0000)
committerguy <guy>
Thu, 18 Jan 2001 04:05:12 +0000 (04:05 +0000)
$(DESTDIR)/$(mandir)/man3 before installing the libpcap man page, if
that directory doesn't already exist.

CREDITS
Makefile.in

diff --git a/CREDITS b/CREDITS
index 18e5face78ba02ffba36f435bfec1d2729773f8e..57972372e39d81b87082435f2fe1c1566c1a9cde 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -20,6 +20,7 @@ Additional people who have contributed patches:
        Greg Troxel                     <[email protected]>
        Jefferson Ogata                 <[email protected]>
        Juergen Schoenwaelder           <[email protected]>
+       Lorenzo Cavallaro               <[email protected]>
        Love Hörnquist-Ã…strand          <[email protected]>
        Monroe Williams                 <[email protected]>
        Olaf Kirch                      <[email protected]>
index c0d211a494fe724bb0f5ed6fd7692f8d598e68a7..f56ca55f4939e8d037a52109579d9d698567e221 100644 (file)
@@ -17,7 +17,7 @@
 #  WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
-# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.87 2000-12-23 20:06:15 guy Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/libpcap/Makefile.in,v 1.88 2001-01-18 04:05:12 guy Exp $ (LBL)
 
 #
 # Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -149,6 +149,8 @@ install:
            (mkdir -p $(DESTDIR)$(includedir)/net; chmod 755 $(DESTDIR)$(includedir)/net)
        $(INSTALL_DATA) $(srcdir)/bpf/net/bpf.h \
            $(DESTDIR)$(includedir)/net/bpf.h
+       [ -d $(DESTDIR)$(mandir)/man3 ] || \
+               (mkdir -p $(DESTDIR)$(mandir)/man3; chmod 755 $(DESTDIR)$(mandir)/man3)
        $(INSTALL_DATA) $(srcdir)/pcap.3 \
            $(DESTDIR)$(mandir)/man3/pcap.3