diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:57:41 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:57:41 +0000 |
commit | 60922330bc613354fdfce8f8214b835018fdf12a (patch) | |
tree | b5bf51976252fb1378f833eee61a5c0c67e5e2ed /main/check | |
parent | 7670d5ebbef1f2e3a19f4d05b28b2d4ca5224726 (diff) | |
download | aports-60922330bc613354fdfce8f8214b835018fdf12a.tar.bz2 aports-60922330bc613354fdfce8f8214b835018fdf12a.tar.xz |
main/check: disable check
Diffstat (limited to 'main/check')
-rw-r--r-- | main/check/APKBUILD | 5 |
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 |