7 lines
72 B
Bash
7 lines
72 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
tar zxf $src
|
||
|
|
||
|
mkdir $out
|
||
|
mv apache-tomcat*/* $out
|