]> git.pld-linux.org Git - packages/tcpdump.git/blame - tcpdump-make.patch
- fix mankefile for tcpdump (allow install for non root users).
[packages/tcpdump.git] / tcpdump-make.patch
CommitLineData
e5d61df4 1diff -Nru tcpdump-3.4/Makefile.in tcpdump-3.4.new/Makefile.in
2--- tcpdump-3.4/Makefile.in Thu Aug 5 00:37:40 1999
3+++ tcpdump-3.4.new/Makefile.in Thu Aug 5 00:38:59 1999
4@@ -115,11 +115,11 @@
5 sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
6
7 install: force
8- $(INSTALL) -m 550 -o bin -g @V_GROUP@ $(PROG) \
9+ $(INSTALL) -m755 $(PROG) \
10 $(DESTDIR)$(BINDEST)/$(PROG)
11
12 install-man: force
13- $(INSTALL) -m 444 -o bin -g bin $(srcdir)/$(PROG).1 \
14+ $(INSTALL) -m644 $(srcdir)/$(PROG).1 \
15 $(DESTDIR)$(MANDEST)/man1/$(PROG).1
16
17 lint: $(GENSRC) force
This page took 0.063029 seconds and 4 git commands to generate.