3580697f20
svn path=/nixpkgs/trunk/; revision=6214
16 lines
141 B
Bash
16 lines
141 B
Bash
source $stdenv/setup
|
|
|
|
preBuild() {
|
|
cd src
|
|
}
|
|
|
|
preBuild=preBuild
|
|
|
|
preInstall() {
|
|
ensureDir $out/bin
|
|
}
|
|
|
|
preInstall=preInstall
|
|
|
|
genericBuild
|