* Don't use make install.

svn path=/nixpkgs/trunk/; revision=7880
This commit is contained in:
Eelco Dolstra 2007-02-08 14:28:49 +00:00
parent 0128374ab0
commit 537b3ec57e
1 changed files with 4 additions and 2 deletions

View File

@ -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