diff options
author | Jake Buchholz <tomalok@gmail.com> | 2019-05-07 04:39:50 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-07 04:50:17 +0000 |
commit | 7f955270a4eabfc70ddaca107b7b20945af688d1 (patch) | |
tree | c67fdda4faafb172ea08a1481464ae0f470ce158 /community/docker | |
parent | 568bdb9e34a0bf75fbf123657b207f353c0bfa11 (diff) | |
download | aports-7f955270a4eabfc70ddaca107b7b20945af688d1.tar.bz2 aports-7f955270a4eabfc70ddaca107b7b20945af688d1.tar.xz |
community/docker: remove trivial check()
Diffstat (limited to 'community/docker')
-rw-r--r-- | community/docker/APKBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/community/docker/APKBUILD b/community/docker/APKBUILD index 9c8d1037c5..b85f1e798a 100644 --- a/community/docker/APKBUILD +++ b/community/docker/APKBUILD @@ -116,13 +116,6 @@ build() { ./man/md2man-all.sh -q } -check() { - cd "$_cli_builddir"/build - ./docker --version - cd "$_daemon_builddir"/bundles/dynbinary-daemon - ./dockerd --version -} - # docker itself is a meta package package() { mkdir -p "$pkgdir" |