You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2022/02/13 16:17:52 UTC

[openoffice] 01/02: Create 'tmp' directory into solver

This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 34f574cbec79947489f26974ea2046b026f6d0dc
Author: Arrigo Marchiori <ar...@yahoo.it>
AuthorDate: Thu Feb 10 14:51:57 2022 +0100

    Create 'tmp' directory into solver
    
    Completes f110f2132c033266ae9e2e1ff7ec2f29347b01ab
    
    (cherry picked from commit f76c88023642e2d81093a0f72c05e19cda1f23f3)
---
 main/solenv/bin/deliver.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/solenv/bin/deliver.pl b/main/solenv/bin/deliver.pl
index f4b9df4..497757b 100755
--- a/main/solenv/bin/deliver.pl
+++ b/main/solenv/bin/deliver.pl
@@ -1005,6 +1005,7 @@ sub push_default_actions
                     'pck',
                     'rdb',
                     'res',
+                    'tmp',
                     'xml'
                 );
     push(@subdirs, 'zip') if $opt_zip;