From 3382701fefd437e74939a2de7186b1899a94df0e Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 31 May 2016 17:42:29 +0300 Subject: [PATCH] Update the path due to the location of resources changes --- solver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solver.sh b/solver.sh index 2e6ed445e..98482e8dd 100755 --- a/solver.sh +++ b/solver.sh @@ -2,7 +2,7 @@ # # Modify plugins.xml to switch solver -export PLUGINS_PATH=${PLUGINS_PATH:-${SHAPER_ROOT_DIR}/plugins/plugins.xml} +export PLUGINS_PATH=${PLUGINS_PATH:-${SHAPER_ROOT_DIR}/share/salome/resources/shaper/plugins.xml} while [[ $# > 0 ]]; do key="$1" -- 2.39.2