forked from mirrors/nixpkgs
7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
set -e
|
|
source $stdenv/setup
|
|
|
|
tar zxvf $src
|
|
mkdir -p $out
|
|
mv * $out
|