From 3940e5aa1702a64b76d2af34bcfd71ba46c6fc18 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 26 Feb 2016 17:55:42 +0100 Subject: [PATCH] wireshark: force dumpcap permissions to -rwxr-x---. --- srcpkgs/wireshark/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index 6f8dffe8554..c5c8f96e643 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,7 +1,7 @@ # Template file for 'wireshark' pkgname=wireshark version=2.0.1 -revision=1 +revision=2 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" @@ -44,7 +44,7 @@ post_install() { vcopy "$i/*.h" $_includeDir/$i done - chmod +754 $DESTDIR/usr/bin/dumpcap + chmod 0750 $DESTDIR/usr/bin/dumpcap } libwireshark_package() {