forked from mirrors/nixpkgs
rkflashtool: install more files
rkcrc is quite needed, for example, to prepare files to flash.
This commit is contained in:
parent
6275803808
commit
471e5bcf41
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
ensureDir $out/bin
|
||||
cp rkflashtool $out/bin
|
||||
cp rkunpack rkcrc rkflashtool $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue