wireshark: permissions are set in post_install already.

This commit is contained in:
Christian Neukirchen 2016-02-27 15:54:02 +01:00
parent 6f89875e55
commit 3c17a6ef68
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,5 @@ case "${ACTION}" in
post)
chgrp wireshark usr/bin/dumpcap
setcap 'CAP_NET_RAW+eip CAP_NET_ADMIN+eip' usr/bin/dumpcap
chmod 770 usr/bin/dumpcap
;;
esac

View File

@ -1,7 +1,7 @@
# Template file for 'wireshark'
pkgname=wireshark
version=2.0.1
revision=2
revision=3
build_style=gnu-configure
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"