Skip to content

Commit

Permalink
Tools: moveDist: fix bug introduced in d23f1b2
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiope committed Jan 27, 2025
1 parent 61c0ee6 commit 190c3dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/moveDist
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ case $ELSAPROD in
SITE_PACKAGES_PATH=$SITE_PACKAGES_PATH"/site-packages"
;;
esac
SITE_PACKAGES_PATH="${SITE_PACKAGES_PATH#./}"
PYLIB_PATH=$(dirname $SITE_PACKAGES_PATH)
PYVERSION=$(basename $SITE_PACKAGES_PATH)
PYVERSION=$(basename $PYLIB_PATH)
PYLIB_PATH=$(dirname $PYLIB_PATH)

NEW_PYLIB_PATH="lib"
case $NEW_ELSAPROD in
Expand Down

0 comments on commit 190c3dd

Please sign in to comment.