about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-08-01 01:11:01 +0000
committerShea Levy <shea@shealevy.com>2011-08-01 01:11:01 +0000
commit6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c (patch)
tree98b8d352ee5273be86da14fc290cb7506bd6555e /pkgs/tools/archivers
parent3a74fd3f3b48fdf4c7fbec45abcb0eb5d7fab0e5 (diff)
downloadnixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar.gz
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar.bz2
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar.lz
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar.xz
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.tar.zst
nixlib-6e06060c3389bf5c8ef5d06f4fb09bd7efe4656c.zip
zip: Make it actually install something
svn path=/nixpkgs/trunk/; revision=28050
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/zip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/zip/default.nix b/pkgs/tools/archivers/zip/default.nix
index 3392a0d1f78b..884af0f0b035 100644
--- a/pkgs/tools/archivers/zip/default.nix
+++ b/pkgs/tools/archivers/zip/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
 
   buildFlags="-f unix/Makefile generic";
 
-  installFlags="-f unix/Makefile prefix=$out INSTALL=cp";
+  installFlags="-f unix/Makefile prefix=$(out) INSTALL=cp";
 
   meta = {
     homepage = http://www.info-zip.org;