copy data.zip correctly
This commit is contained in:
parent
4916870d49
commit
703b45c44b
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cp "${src-data}" "$out/bin/"
|
cp "${src-data}" "$out/bin/data.zip"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue