summary refs log blame commit diff
path: root/pkgs/build-support/substitute/substitute-all.sh
blob: 3d3999ad520d3891466e7c736ec0a12e6d39bdd5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                
source $stdenv/setup

args=

target=$out
if test -n "$dir"; then
    target=$out/$dir/$name
    ensureDir $out/$dir
fi

substituteAll $src $target

if test -n "$isExecutable"; then
    chmod +x $target
fi