diff options
author | Jörg Mayer <jmayer@loplof.de> | 2006-02-14 14:42:37 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2006-02-14 14:42:37 +0000 |
commit | e35eef9c0ac5445a6e80682f53e8a05c2e49953a (patch) | |
tree | 48888cbb8859e76446c7439c490238688bd209f2 /Makefile.am | |
parent | 94c71f063dcfe2634cf4fd5025a1dba42d066ff6 (diff) | |
download | wireshark-e35eef9c0ac5445a6e80682f53e8a05c2e49953a.tar.gz wireshark-e35eef9c0ac5445a6e80682f53e8a05c2e49953a.tar.bz2 wireshark-e35eef9c0ac5445a6e80682f53e8a05c2e49953a.zip |
Change suid to take dumpcap into account
svn path=/trunk/; revision=17299
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45544e7c6e..d984a1058d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -690,7 +690,7 @@ EXTRA_DIST = \ if SETUID_INSTALL install-exec-hook: - -chmod +s $(DESTDIR)$(bindir)/ethereal + -chmod +s $(DESTDIR)$(bindir)/dumpcap -chmod +s $(DESTDIR)$(bindir)/tethereal else install-exec-hook: |