Skip to content

Commit d9d49cd

Browse files
committed
guix: Rename MacOS binaries to unsigned.tar.gz
The MacOS binaries are unsigned and therefore also unusable on MacOS. Indicate as such by naming the tarball "unsigned".
1 parent c214e52 commit d9d49cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/libexec/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ mkdir -p "$DISTSRC"
362362
find "${DISTNAME}" -print0 \
363363
| sort --zero-terminated \
364364
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
365-
| gzip -9n > "${OUTDIR}/${DISTNAME}-${HOST}.tar.gz" \
366-
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST}.tar.gz" && exit 1 )
365+
| gzip -9n > "${OUTDIR}/${DISTNAME}-${HOST}-unsigned.tar.gz" \
366+
|| ( rm -f "${OUTDIR}/${DISTNAME}-${HOST}-unsigned.tar.gz" && exit 1 )
367367
;;
368368
esac
369369
) # $DISTSRC/installed

0 commit comments

Comments
 (0)