diff options
Diffstat (limited to 'community/ebtables')
-rw-r--r-- | community/ebtables/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/ebtables/PKGBUILD b/community/ebtables/PKGBUILD index f62fd575c..139126aea 100644 --- a/community/ebtables/PKGBUILD +++ b/community/ebtables/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83705 2013-02-04 14:45:58Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@archlinux.org> +# $Id: PKGBUILD 90459 2013-05-12 18:54:00Z seblu $ +# Maintainer: Sébastien Luttringer # Contributor: Michal Soltys <soltys@ziu.info> pkgname=ebtables pkgver=2.0.10_4 -pkgrel=3 +pkgrel=4 pkgdesc='Ethernet bridge filtering utilities' arch=('i686' 'x86_64' 'mips64el') url='http://ebtables.sourceforge.net/' @@ -32,12 +32,13 @@ package() { DESTDIR="$pkgdir" \ LIBDIR=/usr/lib \ MANDIR=/usr/share/man \ - BINDIR=/usr/sbin \ + BINDIR=/usr/bin \ INITDIR=/etc/rc.d \ SYSCONFIGDIR=/etc popd # rm package ebtables rc.d scripts rm "$pkgdir/etc/ebtables-config" + rm -r "$pkgdir/etc/rc.d" # systemd install -Dm 755 $pkgname.systemd \ "$pkgdir/usr/lib/systemd/scripts/$pkgname" |