* 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() {
|
installPhase() {
|
||||||
|
|
||||||
ensureDir $out
|
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
|
# 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…
x
Reference in New Issue
Block a user