diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-05-07 04:36:39 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-07 04:56:28 +0000 |
commit | bba99c086176378b5a06539ea5c2ec2242266769 (patch) | |
tree | 80a318bda2e6981ce2cf9ff39ba1f432799bcb98 /community/runc | |
parent | 603727e11c258b59298a526fd00135863e9503ea (diff) | |
download | aports-bba99c086176378b5a06539ea5c2ec2242266769.tar.bz2 aports-bba99c086176378b5a06539ea5c2ec2242266769.tar.xz |
community/runc: remove trivial check()
Diffstat (limited to 'community/runc')
-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 |