399d23373e
* Add an MD5 hash for the downloaded files. * Rename some files. svn path=/nixpkgs/trunk/; revision=2267
9 lines
78 B
Bash
9 lines
78 B
Bash
set -x
|
|
set -e
|
|
|
|
echo $curl
|
|
|
|
$bunzip2 -d < $curl | $tar xvf -
|
|
|
|
$cp -prvd * $out
|