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:
parent
dc06278641
commit
3f27be8e5d
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
cp -R loadfiles/* $out/share
|
||||
cp -R loadfiles/ $out/share/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user