From: tobtoht Date: Wed, 1 Mar 2023 12:57:08 +0000 (+0100) Subject: guix: no-tor-bundle releases have '-a' extension X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=fc56589185247a630b88834c6b0b37c0950424bd;p=gamesguru%2Ffeather.git guix: no-tor-bundle releases have '-a' extension --- diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 03f1a927..80f9d404 100755 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -281,6 +281,7 @@ mkdir -p "$DISTSRC" case "$OPTIONS" in no-tor-bundle) CMAKEVARS+=" -DTOR_DIR=Off -DTOR_VERSION=Off" + DISTNAME+="-a" ;; esac ;;