diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index 0afdfb8581ca282ae6486827c436f41a9c0ef201..f505f6c4c2d0ee26f6c6b6c06ce2e863e9705ac2 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -10135,6 +10135,7 @@ mk_pint() {
   simple_py_install src/optional/importlib_metadata-*.gz || oops 'importlib metadata did not install'
   simple_py_install src/optional/flexcache-*.gz || oops 'flexcache did not install'
   simple_py_install src/optional/flexparser-*.gz || oops 'flexparser did not install'
+  simple_py_install src/optional/platformdirs-* || oops "platformdirs did not install"
 
   make_patch Pint <<PATCH
 --- pint/matplotlib.py 2019-01-12 17:30:30.000000000 -0600
@@ -13546,6 +13547,9 @@ SCRIPT
     CMAKE_PREFIX_PATH=${BASE} _configure_make_install cmake src/sys/cmake-${CMAKECOMPATVER}.tar.* cmake-${CMAKECOMPATVER}  --init=../cmake_conf.ini \
       ${CMAKEEXTRA} --parallel=$( preferred_threadcount )
   fi
+  make_frameworklinks
+  ln -s cmake bin/cmake3
+  return 0
 }
 
 mk_idl() {