diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh
index ea91e65903e01d9615354d21fd143271ea89c801..35496f4184b508e922c35dcc68667eaa9bf3e22a 100755
--- a/ShellB3/shallbethree.sh
+++ b/ShellB3/shallbethree.sh
@@ -5417,6 +5417,7 @@ mk_opencv() {
      if [ -e lib/python${PYFSVER}/site-packages/cv2 ] ; then
       ln -s  ../../../../../../../../lib/python${PYFSVER}/site-packages/cv2 \
         Library/Frameworks/Python.framework/Versions/${PYFSVER}/lib/python${PYFSVER}/site-packages/
+      macho_repath --libraries="libopencv*.dylib" --extra-so=lib/python${PYFSVER}/site-packages/cv2
      fi
    fi