summary refs log blame commit diff
path: root/pkgs/build-support/setup-hooks/keep-build-tree.sh
blob: 754900bfc337a6aec939cab63169c8f0399f7f73 (plain) (tree)
1
2
3
4
5
6





                          
prePhases+=" moveBuildDir"

moveBuildDir() {
    mkdir -p $out/.build
    cd $out/.build
}