6 lines
55 B
Bash
6 lines
55 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
mkdir $out
|
||
|
cd $out
|
||
|
tar zxvf $src
|