From 8c4573987592c059252ee48afa6328b81dd48a44 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 4 Sep 2021 10:17:41 -0400 Subject: [PATCH] Add impish to possible distros to build --- utils/do_debian_package.sh | 2 +- utils/packpack/startpackpack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/do_debian_package.sh b/utils/do_debian_package.sh index 6bd08acb3..dcba46eca 100755 --- a/utils/do_debian_package.sh +++ b/utils/do_debian_package.sh @@ -88,7 +88,7 @@ fi; if [ "$DISTROS" == "" ]; then if [ "$RELEASE" != "" ]; then - DISTROS="bionic,focal,hirsute" + DISTROS="bionic,focal,hirsute,impish" else DISTROS=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`; fi; diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 0e4b517b0..e8a8a182d 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -369,7 +369,7 @@ elif [ "${OS}" == "debian" ] || [ "${OS}" == "ubuntu" ] || [ "${OS}" == "raspbia setdebpkgname movecrud - if [ "${DIST}" == "bionic" ] || [ "${DIST}" == "focal" ] || [ "${DIST}" == "hirsute" ] || [ "${DIST}" == "buster" ] || [ "${DIST}" == "bullseye" ]; then + if [ "${DIST}" == "bionic" ] || [ "${DIST}" == "focal" ] || [ "${DIST}" == "hirsute" ] || [ "${DIST}" == "impish" ] || [ "${DIST}" == "buster" ] || [ "${DIST}" == "bullseye" ]; then ln -sfT distros/ubuntu2004 debian elif [ "${DIST}" == "beowulf" ]; then ln -sfT distros/beowulf debian