diff --git a/pym/cl_template.py b/pym/cl_template.py index b06ddee..dbf39cd 100644 --- a/pym/cl_template.py +++ b/pym/cl_template.py @@ -4773,9 +4773,9 @@ variable 'cl_name'")) preReturn(pathProg) return ([], False) if not "/" == pathOldFile[0]: - applyFiles = [prevOldFile,os.path.join(pathLink,pathOldFile)] + applyFiles = [prevOldFile]#,os.path.join(pathLink,pathOldFile)] else: - applyFiles = [prevOldFile,pathOldFile] + applyFiles = [prevOldFile]#,pathOldFile] try: os.symlink(pathOldFile, prevOldFile) except: