Merge pull request #326808 from fricklerhandwerk/tmpdir

docs: $TMP -> $TMPDIR in Darwin build
This commit is contained in:
toonn 2024-07-13 19:08:59 +02:00 committed by GitHub
commit 19116ccf23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,8 +69,8 @@ let
$epubPath
echo "application/epub+zip" > mimetype
zip -0Xq -b "$TMP" "$out" mimetype
cd scratch && zip -Xr9D -b "$TMP" "$out" *
zip -0Xq -b "$TMPDIR" "$out" mimetype
cd scratch && zip -Xr9D -b "$TMPDIR" "$out" *
'';
# NB: This file describes the Nixpkgs manual, which happens to use module