399d23373e
* Add an MD5 hash for the downloaded files. * Rename some files. svn path=/nixpkgs/trunk/; revision=2267
10 lines
90 B
Bash
10 lines
90 B
Bash
set -e
|
|
|
|
PATH=$coreutils/bin
|
|
|
|
mkdir $out
|
|
|
|
cat > $out/setup <<EOF
|
|
PATH=$staticTools/bin
|
|
EOF
|