wireshark: force dumpcap permissions to -rwxr-x---.
This commit is contained in:
parent
2179730874
commit
3940e5aa17
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue