From 7b0cc66550edf51599778f272f3764d17d0ea48c Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 15 Jan 2016 13:44:12 +0100 Subject: [PATCH] ebtables: remove /etc/ethertypes from package and depend on iptables which also owns this file. --- srcpkgs/ebtables/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ebtables/template b/srcpkgs/ebtables/template index d144449a7ba..73548aafcb4 100644 --- a/srcpkgs/ebtables/template +++ b/srcpkgs/ebtables/template @@ -9,7 +9,7 @@ short_desc="Filtering tool for a Linux-based bridging firewall" maintainer="Enno Boland " 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 }