nixpkgs/pkgs/stdenv/linux/scripts/unpack-curl.sh
Eelco Dolstra 399d23373e * Split downloading and unpacking.
* Add an MD5 hash for the downloaded files.
* Rename some files.

svn path=/nixpkgs/trunk/; revision=2267
2005-02-22 09:55:03 +00:00

9 lines
78 B
Bash

set -x
set -e
echo $curl
$bunzip2 -d < $curl | $tar xvf -
$cp -prvd * $out