about summary refs log tree commit diff
path: root/pkgs/servers/http/jetty/bin-builder.sh
blob: 1da42099dca4ce9e1f3ce2dc069368f95341ecb3 (plain) (blame)
1
2
3
4
5
6
7
set -e

source $stdenv/setup

unzip $src
mkdir $out
mv jetty*/* $out