diff --git a/Simulation/SimuJobTransforms/CMakeLists.txt b/Simulation/SimuJobTransforms/CMakeLists.txt
index b5d84a5499b6d6b3bbee5edb6f676ea3c5d10b1b..9054a3955272d99370cce3680fcc96a5f4ec9160 100644
--- a/Simulation/SimuJobTransforms/CMakeLists.txt
+++ b/Simulation/SimuJobTransforms/CMakeLists.txt
@@ -15,6 +15,6 @@ find_package( PythonLibs )
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
 atlas_install_joboptions( share/*.py )
-atlas_install_runtime( scripts/*.py )
-atlas_install_runtime( scripts/*.sh )
+atlas_install_scripts( scripts/*.py )
+atlas_install_scripts( scripts/*.sh )