guix: no-tor-bundle releases have '-a' extension

This commit is contained in:
tobtoht 2023-03-01 13:57:08 +01:00
parent 4419b87f43
commit fc56589185
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -281,6 +281,7 @@ mkdir -p "$DISTSRC"
case "$OPTIONS" in
no-tor-bundle)
CMAKEVARS+=" -DTOR_DIR=Off -DTOR_VERSION=Off"
DISTNAME+="-a"
;;
esac
;;