mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01: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
|