mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
82e678362f
svn path=/nixpkgs/trunk/; revision=4335
7 lines
69 B
Bash
7 lines
69 B
Bash
set -e
|
|
|
|
source $stdenv/setup
|
|
|
|
unzip $src
|
|
mkdir $out
|
|
mv jetty*/* $out
|