* Don't use make install.
svn path=/nixpkgs/trunk/; revision=7880
This commit is contained in:
parent
0128374ab0
commit
537b3ec57e
@ -33,7 +33,9 @@ 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…
x
Reference in New Issue
Block a user