This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push: new f76c880 Create 'tmp' directory into solver f76c880 is described below commit f76c88023642e2d81093a0f72c05e19cda1f23f3 Author: Arrigo Marchiori <ard...@yahoo.it> AuthorDate: Thu Feb 10 14:51:57 2022 +0100 Create 'tmp' directory into solver Completes f110f2132c033266ae9e2e1ff7ec2f29347b01ab --- 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 425cbf0..f20a803 100755 --- a/main/solenv/bin/deliver.pl +++ b/main/solenv/bin/deliver.pl @@ -1002,6 +1002,7 @@ sub push_default_actions 'pck', 'rdb', 'res', + 'tmp', 'xml' ); push(@subdirs, 'zip') if $opt_zip;