82e678362f
svn path=/nixpkgs/trunk/; revision=4335
6 lines
72 B
Bash
Executable file
6 lines
72 B
Bash
Executable file
source $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir $out
|
|
mv $name/* $out/
|