From 7f96f97c16d4eaa96a7ea3291c163bbd498c017b Mon Sep 17 00:00:00 2001 From: crouzet Date: Tue, 15 Oct 2019 16:52:18 +0200 Subject: [PATCH] rename salome.py into start_salome.py --- bin/CMakeLists.txt | 2 +- bin/{salome.py => start_salome.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{salome.py => start_salome.py} (100%) diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 4af202c..6706be3 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -23,7 +23,7 @@ # These files are executable scripts SET(SCRIPTS - salome.py + start_salome.py ) SALOME_INSTALL_SCRIPTS("${SCRIPTS}" ${SALOME_INSTALL_SCRIPT_PYTHON}) diff --git a/bin/salome.py b/bin/start_salome.py similarity index 100% rename from bin/salome.py rename to bin/start_salome.py -- 2.39.2