From: Pascal Obry Date: Wed, 5 Jun 2019 06:32:19 +0000 (+0200) Subject: Set ROOT_SALOME_INSTALL to the root installation. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f963ad1ff4708ad47dea64ac73afad379b88502b;p=modules%2Fyacs.git Set ROOT_SALOME_INSTALL to the root installation. This allows a fully movable install application directory. --- 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)