From 054894d6e40d0f954be7c548d520e12c85fc23ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sat, 20 Apr 2019 12:26:28 +0200 Subject: [PATCH] Adding few packages for making chroot environment also within 19.04 --- lib/chroot-buildpackages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chroot-buildpackages.sh b/lib/chroot-buildpackages.sh index ef2f288918..c0537b2b7d 100644 --- a/lib/chroot-buildpackages.sh +++ b/lib/chroot-buildpackages.sh @@ -39,7 +39,7 @@ create_chroot() display_alert "Creating build chroot" "$release/$arch" "info" local includes="ccache,locales,git,ca-certificates,devscripts,libfile-fcntllock-perl,debhelper,rsync,python3,distcc" # perhaps a temporally workaround - [[ $release == buster ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl" + [[ $release == buster || $release == disco ]] && includes=$includes",perl-openssl-defaults,libnet-ssleay-perl" if [[ $NO_APT_CACHER != yes ]]; then local mirror_addr="http://localhost:3142/${apt_mirror[$release]}" else