From 0145336a747d1706ecaf9bfd8cc8deaddc9e0687 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 6 Nov 2019 12:43:12 -0500 Subject: [PATCH] scripts: use main and universe directly Signed-off-by: Alfredo Deza --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index d98985a6..83a786b9 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -484,7 +484,7 @@ setup_pbuilder() { # gcc 7.4.0 will come from bionic-updates, those need to be added as well if [ $DIST = "bionic" ]; then - other_mirror='OTHERMIRROR="deb $mirror $DIST-updates $components"' + other_mirror="OTHERMIRROR=\"deb $mirror $DIST-updates main universe\"" echo "$other_mirror" >> ~/.pbuilderrc fi -- 2.39.5