aboutsummaryrefslogtreecommitdiffstats
path: root/main/check
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-08-28 08:57:41 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-08-28 08:57:41 +0000
commit60922330bc613354fdfce8f8214b835018fdf12a (patch)
treeb5bf51976252fb1378f833eee61a5c0c67e5e2ed /main/check
parent7670d5ebbef1f2e3a19f4d05b28b2d4ca5224726 (diff)
downloadaports-60922330bc613354fdfce8f8214b835018fdf12a.tar.bz2
aports-60922330bc613354fdfce8f8214b835018fdf12a.tar.xz
main/check: disable check
Diffstat (limited to 'main/check')
-rw-r--r--main/check/APKBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/check/APKBUILD b/main/check/APKBUILD
index 7ca0353070..c58e48ad7d 100644
--- a/main/check/APKBUILD
+++ b/main/check/APKBUILD
@@ -25,11 +25,6 @@ build() {
make
}
-check() {
- cd "$builddir"
- make check
-}
-
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install