summaryrefslogtreecommitdiff
path: root/extra/tcpdump/tcpdump_duplicate_executable.patch
blob: 6e27b717a61c57222f89378f42cade8e20b95f72 (plain)
1
2
3
4
5
6
7
8
9
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