mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
typo in kernel builder
svn path=/nixpkgs/branches/stdenv-updates/; revision=9814
This commit is contained in:
parent
ea52300e0b
commit
29ef9c473a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ installPhase() {
|
|||
if test "$arch" != um; then
|
||||
# copy all Makefiles and Kconfig files
|
||||
ln -s $out/lib/modules/$version/build $out/lib/modules/$version/source
|
||||
cp --parents `find -type f -name Makefile-\* -o -name "Kconfig*"` $out/lib/modules/$version/build
|
||||
cp --parents `find -type f -name "Makefile*" -o -name "Kconfig*"` $out/lib/modules/$version/build
|
||||
cp Module.symvers $out/lib/modules/$version/build
|
||||
|
||||
# weed out unneeded stuff
|
||||
|
|
Loading…
Reference in a new issue