diff options
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 10599cc6cd3e..0f2c994a4f9b 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -81,9 +81,9 @@ End File gid_File_Py_Python_Core TXT_FILE_BODY; - Dir = gid_Dir_Py_PythonCore_Lib; - Name = STRING(CONCAT3(python-core-,PYVERSION,.zip)); - Styles = (ARCHIVE); + Dir = FILELIST_DIR; + Name = "python-core.filelist"; + Styles = (FILELIST); End Directory gid_Dir_Py_PythonCore_Bin |