rkflashtool: install more files

rkcrc is quite needed, for example, to prepare files to flash.
This commit is contained in:
Lluís Batlle i Rossell 2014-05-18 17:24:03 +02:00
parent 6275803808
commit 471e5bcf41

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installPhase = ''
ensureDir $out/bin
cp rkflashtool $out/bin
cp rkunpack rkcrc rkflashtool $out/bin
'';
meta = {