61e3b1726d
svn path=/nixpkgs/trunk/; revision=3997
7 lines
77 B
Bash
Executable file
7 lines
77 B
Bash
Executable file
set -e
|
|
. $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir -p $out
|
|
mv $name*/* $out
|