From: tobtoht Date: Sun, 12 Feb 2023 14:52:50 +0000 (+0100) Subject: guix: rename feather binary to include version X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=79bc2a8b69335474a0cc2ad648f3ecbbfdd4e735;p=gamesguru%2Ffeather.git guix: rename feather binary to include version --- diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 373bb55f..f286ce5e 100755 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -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