1
0
Fork 1
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:
Alyssa Ross 2019-12-02 16:48:25 +00:00
parent 9159afd459
commit 71f06ea757
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -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