]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
guix: rename feather binary to include version
authortobtoht <tob@featherwallet.org>
Sun, 12 Feb 2023 14:52:50 +0000 (15:52 +0100)
committertobtoht <tob@featherwallet.org>
Sun, 12 Feb 2023 15:16:14 +0000 (16:16 +0100)
contrib/guix/libexec/build.sh

index 373bb55f24aea2abb3226b3bbac967a64c930803..f286ce5ebc528f50e78736f6edd360ae6082b308 100755 (executable)
@@ -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