1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 10:00:56 +00:00
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