mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
7 lines
73 B
Bash
Executable file
7 lines
73 B
Bash
Executable file
set -e
|
|
source $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir -p $out
|
|
mv $name/* $out
|