nixpkgs/pkgs/stdenv/nix-linux-static/scripts/curl-unpack
Armijn Hemel 53577663f5 add (refactored) static stuff
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1679
2004-11-04 12:20:54 +00:00

9 lines
77 B
Plaintext

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