diff options
author | Matt Housh <jaeger@crux.ninja> | 2017-03-27 10:40:56 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2017-03-27 10:40:56 -0500 |
commit | fb0d2a1a166dae6bd11fa9e7346a81939509208b (patch) | |
tree | 3a80419b37946f11160ebbca643ed285fc7521de /containerd/Pkgfile | |
parent | 1bf87194e4b3e8097861142aa487f0840a2001c7 (diff) | |
download | contrib-fb0d2a1a166dae6bd11fa9e7346a81939509208b.tar.gz contrib-fb0d2a1a166dae6bd11fa9e7346a81939509208b.tar.xz |
containerd: updated to version 977c511
Diffstat (limited to 'containerd/Pkgfile')
-rw-r--r-- | containerd/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/containerd/Pkgfile b/containerd/Pkgfile index 421e28e12..ab32348b7 100644 --- a/containerd/Pkgfile +++ b/containerd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: go name=containerd -version=aa8187d +version=977c511 release=1 source=(http://jaeger.morpheus.net/linux/crux/files/$name-$version.tar.xz) @@ -13,7 +13,7 @@ build() { ln -sf $SRC/$name-$version src/github.com/docker/$name cd src/github.com/docker/$name export GOPATH=$SRC - make + make GIT_COMMIT=977c511 install -d -m 0755 $PKG/usr/bin install -m 0755 bin/* $PKG/usr/bin/ } |