Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
source $stdenv/setup
eval "$preInstall"
args=
target=$out
if test -n "$dir"; then
target=$out/$dir/$name
mkdir -p $out/$dir
fi
substituteAll $src $target
if test -n "$isExecutable"; then
chmod +x $target
eval "$postInstall"