Skip to content

Commit

Permalink
zeek-aux: remove conflicting file.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed May 6, 2024
1 parent eb6a34b commit 7d1191e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/zeek-aux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=zeek-aux
pkgver=672.338ece9
pkgrel=1
pkgrel=2
pkgdesc='Handy auxiliary programs related to the use of the Zeek Network Security Monitor.'
groups=('blackarch' 'blackarch-networking' 'blackarch-defensive'
'blackarch-sniffer')
Expand Down Expand Up @@ -50,6 +50,7 @@ package() {
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README CHANGES VERSION
install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"

rm -rf "$pkgdir/usr/bin/"{zeek-cut,bro-cut} "$pkgdir/usr/share/man/"
rm -rf "$pkgdir/usr/bin/"{zeek-cut,bro-cut,zeek-archiver} \
"$pkgdir/usr/share/man/"
}

0 comments on commit 7d1191e

Please sign in to comment.