Salome HOME
Issue #1420: Updated tooltips for Build features.
[modules/shaper.git] / env.sh
diff --git a/env.sh b/env.sh
index 68b0c0931f92ac61358bb6ae2ba06fa14b6adfdf..15f52740115ba542cf601fcfba4eeb6e83954dd8 100644 (file)
--- a/env.sh
+++ b/env.sh
@@ -3,7 +3,7 @@
 # Path to sources
 export SOURCES_DIR=$(pwd)
 # Path to build directory
-export BUILD_DIR=$(cd ../build && pwd)
+export BUILD_DIR=$(cd .. && pwd)/build
 # Path to linux_run.sh & salome_run.sh
 export AUT_DIR=$(pwd)
 
@@ -18,6 +18,6 @@ fi
 source env_config.sh
 
 # Path to solvespace-2
-export NEWGEOM_PDIR=/dn48/newgeom/common/products
+export SHAPER_PDIR=/dn48/newgeom/common/products
 # Path to install directory
-export NEWGEOM_ROOT_DIR=$(cd ../install && pwd)
+export SHAPER_ROOT_DIR=$(cd .. && pwd)/install