diff options
Diffstat (limited to 'net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch')
-rw-r--r-- | net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch b/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch new file mode 100644 index 000000000000..af8454c07618 --- /dev/null +++ b/net-analyzer/trafshow/files/trafshow-4.0-gentoo.patch @@ -0,0 +1,11 @@ +--- 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 @@ + 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 +- [ -f /etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow /etc/$(PROG) ++ [ -f $(DESTDIR)/etc/$(PROG) ] || ./install-sh -c -o root -m 644 .trafshow $(DESTDIR)/etc/$(PROG) + + clean: + rm -f $(CLEANFILES) |