mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
* Grmbl.
svn path=/nixpkgs/trunk/; revision=7883
This commit is contained in:
parent
b78181e71d
commit
c8ceb3b284
@ -35,7 +35,7 @@ installPhase() {
|
|||||||
|
|
||||||
# Copy the bzImage and System.map.
|
# Copy the bzImage and System.map.
|
||||||
cp System.map $out
|
cp System.map $out
|
||||||
cp arch/$arch/bzImage $out/vmlinuz
|
cp arch/$arch/boot/bzImage $out/vmlinuz
|
||||||
|
|
||||||
# Install the modules in $out/lib/modules with matching paths
|
# Install the modules in $out/lib/modules with matching paths
|
||||||
# in modules.dep (i.e., refererring to $out/lib/modules, not
|
# in modules.dep (i.e., refererring to $out/lib/modules, not
|
||||||
|
Loading…
Reference in New Issue
Block a user