diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-08 10:46:54 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-08 10:46:54 +0000 |
commit | ad7e8221fb85fd7e8c854bd84316b912e0992d6d (patch) | |
tree | ed046b6d30fc41ff3d8350d971cc89c9cd7e5557 /net-analyzer/trafshow/files | |
parent | tail -1 problem fixed from bug #69775 (Manifest recommit) (diff) | |
download | gentoo-2-ad7e8221fb85fd7e8c854bd84316b912e0992d6d.tar.gz gentoo-2-ad7e8221fb85fd7e8c854bd84316b912e0992d6d.tar.bz2 gentoo-2-ad7e8221fb85fd7e8c854bd84316b912e0992d6d.zip |
patch fix
Diffstat (limited to 'net-analyzer/trafshow/files')
-rw-r--r-- | net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch b/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch index af8454c07618..b41083becb89 100644 --- a/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch +++ b/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch @@ -1,10 +1,14 @@ ---- Makefile.in.old 2003-12-19 22:25:28.000000000 +0900 -+++ Makefile.in 2004-08-22 19:10:32.854396336 +0900 -@@ -70,7 +70,7 @@ +--- Makefile.in.orig 2005-01-08 20:10:16.535337512 +0930 ++++ Makefile.in 2005-01-08 20:11:12.594815176 +0930 +@@ -68,9 +68,9 @@ + @echo 'char libpcap[] = "@V_PCAPVER@";' >> $@ + install: force - ./install-sh -c -s -m 550 -o bin -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) - ./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 +- ./install-sh -c -s -m 550 -o bin -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) +- ./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 - [ -f /etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow /etc/$(PROG) ++ ./install-sh -c -s -m 550 -o root -g @V_GROUP@ $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) ++ ./install-sh -c -m 444 -o root -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 + [ -f $(DESTDIR)/etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow $(DESTDIR)/etc/$(PROG) clean: |