From: Vasek Sraier Date: Fri, 8 Apr 2022 13:37:36 +0000 (+0200) Subject: fixup! manager: fix packaging script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8b2402bc34bd51f5234afc8a17dfab9856409d;p=thirdparty%2Fknot-resolver.git fixup! manager: fix packaging script --- diff --git a/manager/scripts/make-package.sh b/manager/scripts/make-package.sh index 82d6e2c85..3b56c1f81 100644 --- a/manager/scripts/make-package.sh +++ b/manager/scripts/make-package.sh @@ -17,7 +17,7 @@ function init_debian { apt-get update -qqq # apkg - apt-get install -y python3-pip meson git + apt-get install -y python3-pip meson git python3-venv } function init_fedora { @@ -38,7 +38,10 @@ else fi # install apkg -pip3 install apkg +python3 -m pip install --user pipx +python3 -m pipx ensurepath +PATH="$PATH:/root/.local/bin" # hack to make binaries installed with pipx work +python3 -m pipx install apkg # prepare the repo git clone https://gitlab.nic.cz/knot/knot-resolver