diff --git a/pymol-open-source/build b/pymol-open-source/build index ac74239..ac79e25 100755 --- a/pymol-open-source/build +++ b/pymol-open-source/build @@ -47,5 +47,5 @@ pbuild::install() { # launcher can exist while the compiled ext is missing (pure-python wheel from a # poisoned uv cache); import _cmd directly so a broken build dies here, not at runtime "$PREFIX/venv/bin/python" -c "import pymol._cmd" || \ - std::die 42 "pymol._cmd import failed - ext .so missing; try 'uv cache clean pymol-open-source' and rebuild" + std::die 42 "pymol._cmd import failed - ext .so missing; try 'uv cache clean pymol' (dist name is pymol, not pymol-open-source) and rebuild" }