53577663f5
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
9 lines
77 B
Plaintext
9 lines
77 B
Plaintext
set -x
|
|
set -e
|
|
|
|
echo $curl
|
|
|
|
$gunzip -d < $curl | $tar xvf -
|
|
|
|
$cp -prvd * $out
|