From 9b01428b1f448e6b7d5a72f18c1a7d86e11ba4f9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 1 Jun 2016 14:46:38 +0200 Subject: final solution of the ARCHIVE question Change-Id: I70da65e08c75cd732000597a09ed113b3075c5a8 --- scp2/source/python/file_python.scp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp2/source') 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 -- cgit