Skip to content
Snippets Groups Projects
Commit be1b9841 authored by Roberto Oliveira's avatar Roberto Oliveira
Browse files

community/arping: fix check

Change check to use a simple test instead of `make check`.
Seems `make check` requires root to run correctly. Anyway,
I opened a bug upstream related with tests failing on Alpine [1].

[1] - https://github.com/ThomasHabets/arping/issues/27
parent c9445ec7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=arping
pkgver=2.19
pkgrel=0
pkgrel=1
pkgdesc="An ARP ping utility"
url="http://www.habets.pp.se/synscan/programs.php?prog=arping"
arch="all"
......@@ -16,7 +16,7 @@ builddir="$srcdir"/$pkgname-$pkgver
check() {
cd "$builddir"
make check
./src/arping --help > /dev/null
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment