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() {