diff options
author | David Tardon <dtardon@redhat.com> | 2016-06-01 14:46:38 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-06-01 14:55:27 +0200 |
commit | 9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9 (patch) | |
tree | f8915f28602feadb3ea33d16ec722d78ce3f46ed /scp2 | |
parent | c5c2181a14c6ca9ed47729e6d8dbda2cc3552221 (diff) |
final solution of the ARCHIVE question
Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8
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 |