Install more rkflashtools.

(cherry picked from commit 56e0562cdb41c160825c700bb0873625db985d55)
This commit is contained in:
Lluís Batlle i Rossell 2015-01-23 20:15:09 +01:00
parent 7f27a9a7e8
commit 7f29d1882e

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
cp rkunpack rkcrc rkflashtool $out/bin
cp rkunpack rkcrc rkflashtool rkparameters rkparametersblock rkunsign rkmisc $out/bin
'';
meta = {