mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
Merge pull request #326808 from fricklerhandwerk/tmpdir
docs: $TMP -> $TMPDIR in Darwin build
This commit is contained in:
commit
19116ccf23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user