We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941ecef commit 84a56aeCopy full SHA for 84a56ae
contrib/guix/libexec/build.sh
@@ -409,6 +409,5 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
409
find "$ACTUAL_OUTDIR" -type f
410
} | xargs realpath --relative-base="$PWD" \
411
| xargs sha256sum \
412
- | sort -k2 \
413
- | sponge "$LOGDIR"/SHA256SUMS.part
+ | sort -k2 -o "$LOGDIR"/SHA256SUMS.part
414
)
contrib/guix/manifest.scm
@@ -257,7 +257,6 @@ chain for " target " development."))
257
patch
258
gawk
259
sed
260
- moreutils ; sponge is used to construct the SHA256SUMS.part file in libexec/build.sh
261
patchelf ; unused, occassionally useful for debugging
262
263
;; Compression and archiving
0 commit comments