mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
7 lines
73 B
Bash
7 lines
73 B
Bash
source $stdenv/setup
|
|
|
|
tar zxf $src
|
|
|
|
mkdir $out
|
|
mv apache-tomcat-*/* $out
|