msecli: fix typo in runHook

This commit is contained in:
Pol Dellaiera
2025-03-05 13:25:37 +01:00
parent 59e3cd3bfc
commit 3f41d626f6
+2 -2
View File
@@ -38,13 +38,13 @@ stdenv.mkDerivation {
'';
buildPhase = ''
runHook prebuild
runHook preBuild
# ignore the exit code as the installer
# fails at optional steps due to read only FHS
${buildEnv}/bin/${buildEnv.pname} -c "./${src.name} --mode unattended --prefix bin || true"
runHook postbuild
runHook postBuild
'';
installPhase = ''