From 73f82bca80ae2ff7fcb516e8ed62627656cb641d Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Thu, 23 Mar 2017 00:59:20 +0000 Subject: testing/ndctl: Adapt to abuild version 3 Currently ndctl does not contain the check() primitive, and it is using || return 1 all the time. Adapting this package to the new abuild version 3 era. --- testing/ndctl/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/ndctl/APKBUILD b/testing/ndctl/APKBUILD index ca49a40a82..cd5e7d3d2a 100644 --- a/testing/ndctl/APKBUILD +++ b/testing/ndctl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Breno Leitao pkgname=ndctl pkgver=57.1 -pkgrel=0 +pkgrel=1 pkgdesc="Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel" url="https://github.com/pmem/ndctl" arch="all" @@ -31,6 +31,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3