diff --git a/components/packaging/deb/Makefile b/components/packaging/deb/Makefile index 7a9a6b8f0e..83e63888c4 100644 --- a/components/packaging/deb/Makefile +++ b/components/packaging/deb/Makefile @@ -124,7 +124,7 @@ sources/cli.tgz: sources/containerd-proxy.tgz: mkdir -p tmp/ - curl -fL -o tmp/containerd-proxy.tgz "https://github.com/crosbymichael/containerd-proxy/archive/$(CONTAINERD_PROXY_COMMIT)/ours.tar.gz" + curl -fL -o tmp/containerd-proxy.tgz "https://github.com/crosbymichael/containerd-proxy/archive/$(CONTAINERD_PROXY_COMMIT).tar.gz" tar xzf tmp/containerd-proxy.tgz -C tmp/ mv tmp/containerd-proxy-$(CONTAINERD_PROXY_COMMIT) tmp/containerd-proxy mkdir -p $(@D) diff --git a/components/packaging/rpm/Makefile b/components/packaging/rpm/Makefile index e250cc395f..d4e6fa7a74 100644 --- a/components/packaging/rpm/Makefile +++ b/components/packaging/rpm/Makefile @@ -90,7 +90,7 @@ rpmbuild/SOURCES/cli.tgz: rpmbuild/SOURCES/containerd-proxy.tgz: mkdir -p tmp/ - curl -fL -o tmp/containerd-proxy.tgz "https://github.com/crosbymichael/containerd-proxy/archive/$(CONTAINERD_PROXY_COMMIT)/ours.tar.gz" + curl -fL -o tmp/containerd-proxy.tgz "https://github.com/crosbymichael/containerd-proxy/archive/$(CONTAINERD_PROXY_COMMIT).tar.gz" tar xzf tmp/containerd-proxy.tgz -C tmp/ mv tmp/containerd-proxy-$(CONTAINERD_PROXY_COMMIT) tmp/containerd-proxy mkdir -p $(@D)