From 3c17a6ef68aa5f5f7f033e22216d352cda37ec91 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 27 Feb 2016 15:54:02 +0100 Subject: [PATCH] wireshark: permissions are set in post_install already. --- srcpkgs/wireshark/INSTALL | 1 - srcpkgs/wireshark/template | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/INSTALL b/srcpkgs/wireshark/INSTALL index 07811112ea6..9c5f29d4b09 100644 --- a/srcpkgs/wireshark/INSTALL +++ b/srcpkgs/wireshark/INSTALL @@ -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 diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index c5c8f96e643..3afe3fe5ae5 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -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"