diff options
author | David Tardon <dtardon@redhat.com> | 2013-05-04 15:14:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-04 14:43:58 +0000 |
commit | ea9ba874c3a0d85eb9430dc7913928086fff34c3 (patch) | |
tree | c814a31001d2153d0a2e3e1897e3da09eea56679 /scp2 | |
parent | 054852042554893165f6ee09a6879007b9cf3718 (diff) |
install moz. runtime files using filelist
Change-Id: Iddc1a86d34a6d05f2a2939fb72f057fb387bbe1f
Reviewed-on: https://gerrit.libreoffice.org/3781
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index fb2b35eefeca..6bca90fa4a3b 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -595,9 +595,9 @@ End File gid_File_Mozilla_Runtime TXT_FILE_BODY; - Styles = (ARCHIVE); - Dir = SCP2_OOO_BIN_DIR; - Name = "mozruntime.zip"; + Styles = (FILELIST); + Dir = FILELIST_DIR; + Name = "moz_runtime.filelist"; End #endif |