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.
This commit is contained in:
Bjørn Forsman 2015-09-26 15:14:40 +02:00
parent dc06278641
commit 3f27be8e5d

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
'';
postInstall = ''
cp -R loadfiles/* $out/share
cp -R loadfiles/ $out/share/
'';
meta = with stdenv.lib; {