summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2021-08-11 15:25:31 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-11 15:28:51 -0700
commitc2353e4055ac77d5a205594b5e3d2697b96abd7d (patch)
treed3b60eb20016b02796de373f78d83d1bb78e90a1 /Makefile
parent14d6cb4436f19d0500e98179c3215517f1a77b08 (diff)
[op] Fix //debian:debian.
Co-authored-by: Andrei Vagin <avagin@google.com> PiperOrigin-RevId: 390232925
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68fb4c892..02555f27a 100644
--- a/Makefile
+++ b/Makefile
@@ -444,7 +444,7 @@ $(RELEASE_ARTIFACTS)/%:
@mkdir -p $@
@$(call copy,//runsc:runsc,$@)
@$(call copy,//shim:containerd-shim-runsc-v1,$@)
- @$(call copy,//debian:debian,$@)
+ @$(call deb_copy,//debian:debian,$@)
release: $(RELEASE_KEY) $(RELEASE_ARTIFACTS)/$(ARCH)
@mkdir -p $(RELEASE_ROOT)