mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
7 lines
72 B
Bash
7 lines
72 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
tar zxf $src
|
||
|
|
||
|
mkdir $out
|
||
|
mv apache-tomcat*/* $out
|