From 9a2bd69045695f926e2a666a59f37e529804f1e7 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 15 Aug 2019 18:48:20 +0100 Subject: [PATCH] Fix download of libcapsule-tools-relocatable Signed-off-by: Simon McVittie <smcv@collabora.com> --- build-relocatable-install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build-relocatable-install.py b/build-relocatable-install.py index 52a0cd2b7..7e33e3bfd 100755 --- a/build-relocatable-install.py +++ b/build-relocatable-install.py @@ -217,6 +217,7 @@ def main(): ) if not os.path.exists(path): + package = 'libcapsule-tools-relocatable' v_check_call([ 'apt-get', 'download', -- GitLab