diff options
-rw-r--r-- | community/runc/APKBUILD | 5 |
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 |