From 3f27be8e5d5861cd4b9487d6c5212d88bf24316d Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sat, 26 Sep 2015 15:14:40 +0200 Subject: dbench: move loadfiles from $out/share/ to $out/share/loadfiles/ Seems cleaner. Hm, there are also loadfiles in $out/share/doc/dbench/loadfiles/ (installed by the upstream build system), but there is no iscsi/ directory in there. --- pkgs/development/tools/misc/dbench/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/dbench/default.nix b/pkgs/development/tools/misc/dbench/default.nix index ce3511f0f7ed..c9dd7cdbfe4c 100644 --- a/pkgs/development/tools/misc/dbench/default.nix +++ b/pkgs/development/tools/misc/dbench/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { ''; postInstall = '' - cp -R loadfiles/* $out/share + cp -R loadfiles/ $out/share/ ''; meta = with stdenv.lib; { -- cgit 1.4.1