Commit 3f41d626 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

msecli: fix typo in runHook

parent 59e3cd3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''