Salome HOME
Update the path due to the location of resources changes
authormpv <mpv@opencascade.com>
Tue, 31 May 2016 14:42:29 +0000 (17:42 +0300)
committermpv <mpv@opencascade.com>
Tue, 31 May 2016 14:42:29 +0000 (17:42 +0300)
solver.sh

index 2e6ed445ee3c0c059f76d14b9dc27b491e0bc173..98482e8ddd1f76377475c38835374989a21e9a2f 100755 (executable)
--- 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"