ebtables: remove /etc/ethertypes from package and depend on iptables which also owns this file.
This commit is contained in:
parent
e2e8947fda
commit
7b0cc66550
|
@ -9,7 +9,7 @@ short_desc="Filtering tool for a Linux-based bridging firewall"
|
|||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://ebtables.netfilter.org/"
|
||||
depends="perl"
|
||||
depends="perl iptables"
|
||||
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
|
||||
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
|
||||
wrksrc=${pkgname}-v${_version}
|
||||
|
@ -28,4 +28,5 @@ post_install() {
|
|||
rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config
|
||||
touch $DESTDIR/etc/ebtables.conf
|
||||
vsv ebtables
|
||||
rm $DESTDIR/etc/ethertypes
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue