aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2019-05-07 04:36:39 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-07 04:56:28 +0000
commitbba99c086176378b5a06539ea5c2ec2242266769 (patch)
tree80a318bda2e6981ce2cf9ff39ba1f432799bcb98
parent603727e11c258b59298a526fd00135863e9503ea (diff)
downloadaports-bba99c086176378b5a06539ea5c2ec2242266769.tar.bz2
aports-bba99c086176378b5a06539ea5c2ec2242266769.tar.xz
community/runc: remove trivial check()
-rw-r--r--community/runc/APKBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index c6c64be59d..615c4808f0 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -34,11 +34,6 @@ build() {
make man
}
-check() {
- cd "$builddir"
- ./runc --version
-}
-
package() {
cd "$builddir"
install -Dsm755 "$builddir"/runc "$pkgdir"/usr/bin/runc