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
|