From 7a4356b7e9684e80e107b7231004f7baf2743a06 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Mon, 7 Jun 2010 14:24:57 +0000 Subject: typo svn path=/nixpkgs/trunk/; revision=22170 --- pkgs/build-support/release/ant-build.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/build-support/release') diff --git a/pkgs/build-support/release/ant-build.nix b/pkgs/build-support/release/ant-build.nix index 1e174f3e3f4..e761205f663 100644 --- a/pkgs/build-support/release/ant-build.nix +++ b/pkgs/build-support/release/ant-build.nix @@ -39,8 +39,8 @@ stdenv.mkDerivation ( '' else stdenv.lib.concatMapStrings (j: '' cp -v ${j} $out/lib/java '') jars } - for j in $out/lib/java ; do - echo file jar $out/lib/java/$j >> $out/nix-support/hydra-build-products + for j in $out/lib/java/*.jar ; do + echo file jar $j >> $out/nix-support/hydra-build-products done ''; -- cgit 1.4.1