* Don't use make install.
svn path=/nixpkgs/trunk/; revision=7880
This commit is contained in:
parent
0128374ab0
commit
537b3ec57e
|
@ -32,8 +32,10 @@ installPhase=installPhase
|
|||
installPhase() {
|
||||
|
||||
ensureDir $out
|
||||
|
||||
make install
|
||||
|
||||
# Copy the bzImage and System.map.
|
||||
cp System.map $out
|
||||
cp arch/$arch/bzImage $out/vmlinuz
|
||||
|
||||
# Install the modules in $out/lib/modules with matching paths
|
||||
# in modules.dep (i.e., refererring to $out/lib/modules, not
|
||||
|
|
Loading…
Reference in New Issue