summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-12-20 00:42:40 +0000
committerGerald Combs <gerald@wireshark.org>2007-12-20 00:42:40 +0000
commit10176064a69d3529cbeaa49b7f1d14f61b914ed5 (patch)
tree34cfcefe6a6e84cadde52f39ac95f66baa429e62 /Makefile.am
parent1c68fd7a75cc23d992f22fa522c49cd318b32eee (diff)
downloadwireshark-10176064a69d3529cbeaa49b7f1d14f61b914ed5.tar.gz
TShark doesn't need setuid permissions any more.
svn path=/trunk/; revision=23925
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c1a72521e2..72530d79fc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -737,7 +737,6 @@ EXTRA_DIST = \
if SETUID_INSTALL
install-exec-hook:
-chmod +s $(DESTDIR)$(bindir)/dumpcap
- -chmod +s $(DESTDIR)$(bindir)/tshark
else
install-exec-hook:
endif