diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 06:04:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-01-15 06:04:12 +0000 |
commit | 36ba28319c43a3647352f6e9ec7d2a71dfa90a82 (patch) | |
tree | 977f4eb04af8ffef94a3bc2879cc24aee716c752 /net-analyzer/trafshow/files | |
parent | Do not strip (bug #251978). Use toolchain. Use dobin. (diff) | |
download | gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.tar.gz gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.tar.bz2 gentoo-2-36ba28319c43a3647352f6e9ec7d2a71dfa90a82.zip |
Install with normal permissions and group. Do not strip (bug #251987).
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-analyzer/trafshow/files')
-rw-r--r-- | net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch (renamed from net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch b/net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch index 385d771458b2..36582643b511 100644 --- a/net-analyzer/trafshow/files/trafshow-5.2.1-gentoo.patch +++ b/net-analyzer/trafshow/files/trafshow-5.2.3-gentoo.patch @@ -1,6 +1,5 @@ -diff --exclude='*~' -Naur trafshow-5.2.1.orig/Makefile.in trafshow-5.2.1/Makefile.in ---- trafshow-5.2.1.orig/Makefile.in 2005-08-01 15:12:34.000000000 -0300 -+++ trafshow-5.2.1/Makefile.in 2005-08-01 15:17:29.000000000 -0300 +--- trafshow-5.2.3/Makefile.in.orig 2004-06-15 10:29:14.000000000 +0200 ++++ trafshow-5.2.3/Makefile.in 2009-01-15 06:49:41.000000000 +0100 @@ -73,9 +73,9 @@ @echo 'char compiled[] = "$(CC) $(CFLAGS) $(LIBS)";' >> $@ @@ -8,8 +7,8 @@ diff --exclude='*~' -Naur trafshow-5.2.1.orig/Makefile.in trafshow-5.2.1/Makefil - ./install-sh -c -s -m 555 -o bin -g bin $(PROG) $(BINDEST)/$(PROG) - ./install-sh -c -m 444 -o bin -g bin $(PROG).1 $(MANDEST)/man1/$(PROG).1 - [ -f /etc/$(PROG) ] || ./install-sh -c -m 444 .trafshow /etc/$(PROG) -+ ./install-sh -c -s -m 555 -o root -g bin $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) -+ ./install-sh -c -m 444 -o root -g bin $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 ++ ./install-sh -c -m 755 -o root -g root $(PROG) $(DESTDIR)$(BINDEST)/$(PROG) ++ ./install-sh -c -m 644 -o root -g root $(PROG).1 $(DESTDIR)$(MANDEST)/man1/$(PROG).1 + [ -f $(DESTDIR)/etc/$(PROG) ] || ./install-sh -c -o root -m 444 .trafshow $(DESTDIR)/etc/$(PROG) clean: |