summaryrefslogtreecommitdiff
path: root/extra/tcpdump/tcpdump_duplicate_executable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tcpdump/tcpdump_duplicate_executable.patch')
-rw-r--r--extra/tcpdump/tcpdump_duplicate_executable.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/tcpdump/tcpdump_duplicate_executable.patch b/extra/tcpdump/tcpdump_duplicate_executable.patch
new file mode 100644
index 000000000..6e27b717a
--- /dev/null
+++ b/extra/tcpdump/tcpdump_duplicate_executable.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.in 2010-04-06 03:18:35.000000000 +0200
++++ b/Makefile.in 2011-04-01 02:39:10.000000000 +0200
+@@ -403,7 +403,6 @@
+ [ -d $(DESTDIR)$(sbindir) ] || \
+ (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
+ $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
+- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG).`cat ${srcdir}/VERSION`
+ [ -d $(DESTDIR)$(mandir)/man1 ] || \
+ (mkdir -p $(DESTDIR)$(mandir)/man1; chmod 755 $(DESTDIR)$(mandir)/man1)
+ $(INSTALL_DATA) $(PROG).1 $(DESTDIR)$(mandir)/man1/$(PROG).1