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 18:25:45 +02:00
parent 6275803808
commit 471e5bcf41
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installPhase = ''
ensureDir $out/bin
cp rkflashtool $out/bin
cp rkunpack rkcrc rkflashtool $out/bin
'';
meta = {