49220563df
svn path=/nixpkgs/trunk/; revision=3675
10 lines
92 B
Bash
10 lines
92 B
Bash
set -e
|
|
|
|
PATH=$staticTools/bin
|
|
|
|
mkdir $out
|
|
|
|
cat > $out/setup <<EOF
|
|
PATH=$staticTools/bin
|
|
EOF
|