mkbootimage: install exbootimage tool (#377885)

This commit is contained in:
Aleksana
2025-02-12 19:35:25 +08:00
committed by GitHub
+1
View File
@@ -32,6 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
runHook preInstall
install -Dm755 mkbootimage -t $out/bin
install -Dm755 exbootimage -t $out/bin
runHook postInstall
'';