mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
set -e
|
|
source $stdenv/setup
|
|
|
|
$unzip/bin/unzip $src
|
|
mkdir -p $out
|
|
mv $name*/* $out
|