guix: rename feather binary to include version

This commit is contained in:
tobtoht 2023-02-12 15:52:50 +01:00
parent 0881c287ba
commit 79bc2a8b69
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -364,6 +364,12 @@ mkdir -p "$DISTSRC"
(
cd installed
case "$HOST" in
*linux*)
mv feather "${DISTNAME}"
;;
esac
# Finally, deterministically produce {non-,}debug binary tarballs ready
# for release
case "$HOST" in