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