6 lines
75 B
Bash
6 lines
75 B
Bash
|
. $stdenv/setup || exit 1
|
||
|
|
||
|
tar zxf $src
|
||
|
mkdir $out
|
||
|
mv jakarta-tomcat* $out
|