82e678362f
svn path=/nixpkgs/trunk/; revision=4335
12 lines
180 B
Bash
12 lines
180 B
Bash
source $stdenv/setup
|
|
|
|
preBuild() {
|
|
kernelhash=$(ls $kernel/lib/modules)
|
|
echo $kernelhash
|
|
ln -s $kernel/lib/modules/$kernelhash/build linux
|
|
}
|
|
|
|
preBuild=preBuild
|
|
|
|
genericBuild
|