git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
OpenSSL: fix non-OCSP build
[exim.git]
/
release-process
/
scripts
/
mk_exim_release
diff --git
a/release-process/scripts/mk_exim_release
b/release-process/scripts/mk_exim_release
index a4111e5664fc1f0716c36f356e1dcb447b717d53..04399da16284f016180f2207de44e593844e169c 100755
(executable)
--- a/
release-process/scripts/mk_exim_release
+++ b/
release-process/scripts/mk_exim_release
@@
-1,5
+1,5
@@
#!/usr/bin/env perl
#!/usr/bin/env perl
-# Copyright (c) The Exim Maintainers 2016
-2018
+# Copyright (c) The Exim Maintainers 2016
- 2021
use strict;
use warnings;
use strict;
use warnings;
@@
-162,7
+162,9
@@
package Context {
my $workspace = $context->{workspace};
if (not defined $workspace) {
my $workspace = $context->{workspace};
if (not defined $workspace) {
- $workspace = $context->{workspace} = File::Temp->newdir(File::Spec->tmpdir . '/exim-packaging-XXXX');
+ $workspace = $context->{workspace} = File::Temp->newdir(
+ TEMPLATE => File::Spec->tmpdir . '/exim-packaging-XXXX',
+ CLEANUP => $context->{cleanup});
}
else {
# ensure the working directory is not in place
}
else {
# ensure the working directory is not in place