From f963ad1ff4708ad47dea64ac73afad379b88502b Mon Sep 17 00:00:00 2001 From: Pascal Obry Date: Wed, 5 Jun 2019 08:32:19 +0200 Subject: [PATCH] Set ROOT_SALOME_INSTALL to the root installation. This allows a fully movable install application directory. --- bin/appliskel/salome | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/appliskel/salome b/bin/appliskel/salome index b84f35053..11b76eb31 100755 --- a/bin/appliskel/salome +++ b/bin/appliskel/salome @@ -39,6 +39,7 @@ def main(args): args.append(env_modules_option) appliPath = os.path.dirname(os.path.realpath(__file__)) + os.environ["ROOT_SALOME_INSTALL"]=appliPath proc = subprocess.Popen([os.path.join(appliPath, '.salome_run')] + args, close_fds=True) out, err = proc.communicate() sys.exit(proc.returncode) -- 2.39.2