diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 14:59:45 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 14:43:03 +0000 |
commit | 6cac17078c46df312ef145d1c5a136848204c107 (patch) | |
tree | 7d3e693b823a549f3028e90c42e2f3fcf7efe662 /scp2 | |
parent | eb5056dc2eb1bed5dffeca889810b0a5d5246b11 (diff) |
install python framework using filelist
Change-Id: Ib3a98d8268d0a1973d5f06b993c293fd41ba47e1
Reviewed-on: https://gerrit.libreoffice.org/3779
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index c065ea4dbd9c..f6b4e83c8f31 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -104,15 +104,9 @@ End File gid_File_Py_Python_Core //FIXME the binaries and libs in the package need x bit but USE_INTERNAL_RIGHTS does not work so set BIN_FILE_BODY here as a temporary hack which makes everything executable BIN_FILE_BODY; - #ifdef MACOSX - Dir = gid_Brand_Dir_Program; - Name = "LibreOfficePython.framework.zip"; - Styles = (ARCHIVE,USE_INTERNAL_RIGHTS); - #else Dir = FILELIST_DIR; Name = "python3.filelist"; Styles = (FILELIST,USE_INTERNAL_RIGHTS); - #endif End #ifdef WNT |