mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
use dir with rc in the name b=417703 r=nthomas
This commit is contained in:
parent
9503bf9c88
commit
63cec9b230
@ -98,8 +98,8 @@ sub BumpPatcherConfig {
|
||||
my $bouncerServer = $config->Get(var => 'bouncerServer');
|
||||
my $logDir = $config->Get(sysvar => 'logDir');
|
||||
|
||||
my $versionedConfigBumpDir = catfile($configBumpDir,
|
||||
$product . '-' . $version);
|
||||
my $versionedConfigBumpDir = catfile($configBumpDir,
|
||||
"$product-$version-rc$rc");
|
||||
|
||||
# First, parse the file.
|
||||
my $checkedOutPatcherConfig = catfile($versionedConfigBumpDir, 'patcher',
|
||||
|
Loading…
Reference in New Issue
Block a user