summary refs log tree commit diff
path: root/pkgs/build-support/release
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2010-06-07 14:24:57 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2010-06-07 14:24:57 +0000
commit7a4356b7e9684e80e107b7231004f7baf2743a06 (patch)
tree81d40e68791c17ebf9ef27fd258f03d5b2cf7470 /pkgs/build-support/release
parent94356324f5d57631d9b57745289455afc9e918fb (diff)
downloadnixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar.gz
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar.bz2
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar.lz
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar.xz
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.tar.zst
nixpkgs-7a4356b7e9684e80e107b7231004f7baf2743a06.zip
typo
svn path=/nixpkgs/trunk/; revision=22170
Diffstat (limited to 'pkgs/build-support/release')
-rw-r--r--pkgs/build-support/release/ant-build.nix4
1 files changed, 2 insertions, 2 deletions
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
     '';