Commit 475dfe1b authored by Matt Votava's avatar Matt Votava
Browse files

mkbootimage: install exbootimage tool

The package also has a tool for extracting boot images, but it wasn't
installed.
parent ceae23d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
    runHook preInstall

    install -Dm755 mkbootimage -t $out/bin
    install -Dm755 exbootimage -t $out/bin

    runHook postInstall
  '';