nixpkgs/pkgs/servers/http/jetty/6.1/bin-builder.sh

8 lines
85 B
Bash
Raw Normal View History

set -e
source $stdenv/setup
unzip $src
ensureDir $out/$name
mv jetty*/* $out/$name