mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
linuxHeaders: fix typo in comment
This commit is contained in:
parent
9159afd459
commit
71f06ea757
|
@ -58,7 +58,7 @@ let
|
||||||
+ '' mkdir -p $out/include/config
|
+ '' mkdir -p $out/include/config
|
||||||
echo "${version}-default" > $out/include/config/kernel.release
|
echo "${version}-default" > $out/include/config/kernel.release
|
||||||
''
|
''
|
||||||
# These oddly named file records teh `SHELL` passed, which causes bootstrap
|
# These oddly named file records the `SHELL` passed, which causes bootstrap
|
||||||
# tools run-time dependency.
|
# tools run-time dependency.
|
||||||
+ ''
|
+ ''
|
||||||
find "$out" -name '..install.cmd' -print0 | xargs -0 rm
|
find "$out" -name '..install.cmd' -print0 | xargs -0 rm
|
||||||
|
|
Loading…
Reference in a new issue