wireshark: force dumpcap permissions to -rwxr-x---.
This commit is contained in:
parent
2179730874
commit
3940e5aa17
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
||||||
@ -44,7 +44,7 @@ post_install() {
|
|||||||
vcopy "$i/*.h" $_includeDir/$i
|
vcopy "$i/*.h" $_includeDir/$i
|
||||||
done
|
done
|
||||||
|
|
||||||
chmod +754 $DESTDIR/usr/bin/dumpcap
|
chmod 0750 $DESTDIR/usr/bin/dumpcap
|
||||||
}
|
}
|
||||||
|
|
||||||
libwireshark_package() {
|
libwireshark_package() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user