nixpkgs/pkgs/servers/http/jetty/bin-builder.sh
Martin Bravenboer e3a47a07ed Upgrades of postgresql, jetty, and ant to the latest versions.
svn path=/nixpkgs/trunk/; revision=3122
2005-05-24 14:57:41 +00:00

8 lines
64 B
Bash

set -e
. $stdenv/setup
unzip $src
mkdir $out
mv jetty*/* $out