82e678362f
svn path=/nixpkgs/trunk/; revision=4335
7 lines
66 B
Bash
Executable file
7 lines
66 B
Bash
Executable file
set -e
|
|
source $stdenv/setup
|
|
|
|
tar xvf $src
|
|
mkdir -p $out
|
|
mv * $out
|