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
|