]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- fix mankefile for tcpdump (allow install for non root users). tcpdump-3_4-1
authorkloczek <kloczek@pld-linux.org>
Thu, 5 Aug 1999 13:54:37 +0000 (13:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcpdump-make.patch -> 1.1

tcpdump-make.patch [new file with mode: 0644]

diff --git a/tcpdump-make.patch b/tcpdump-make.patch
new file mode 100644 (file)
index 0000000..8e505d1
--- /dev/null
@@ -0,0 +1,17 @@
+diff -Nru tcpdump-3.4/Makefile.in tcpdump-3.4.new/Makefile.in
+--- tcpdump-3.4/Makefile.in    Thu Aug  5 00:37:40 1999
++++ tcpdump-3.4.new/Makefile.in        Thu Aug  5 00:38:59 1999
+@@ -115,11 +115,11 @@
+       sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
+ install: force
+-      $(INSTALL) -m 550 -o bin -g @V_GROUP@ $(PROG) \
++      $(INSTALL) -m755 $(PROG) \
+           $(DESTDIR)$(BINDEST)/$(PROG)
+ install-man: force
+-      $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).1 \
++      $(INSTALL) -m644 $(srcdir)/$(PROG).1 \
+           $(DESTDIR)$(MANDEST)/man1/$(PROG).1
+ lint: $(GENSRC) force
This page took 0.029579 seconds and 4 git commands to generate.