mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
ebtables: remove /etc/ethertypes from package and depend on iptables which also owns this file.
This commit is contained in:
parent
e2e8947fda
commit
7b0cc66550
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ short_desc="Filtering tool for a Linux-based bridging firewall"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://ebtables.netfilter.org/"
|
homepage="http://ebtables.netfilter.org/"
|
||||||
depends="perl"
|
depends="perl iptables"
|
||||||
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
|
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
|
||||||
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
|
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
|
||||||
wrksrc=${pkgname}-v${_version}
|
wrksrc=${pkgname}-v${_version}
|
||||||
|
@ -28,4 +28,5 @@ post_install() {
|
||||||
rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config
|
rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config
|
||||||
touch $DESTDIR/etc/ebtables.conf
|
touch $DESTDIR/etc/ebtables.conf
|
||||||
vsv ebtables
|
vsv ebtables
|
||||||
|
rm $DESTDIR/etc/ethertypes
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue