mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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
|