summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 9ee6549e364..a989afb9e6f 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -3679,10 +3679,10 @@ sub compare_tlpobjs {
$ret{'revision'} = "$rA:$rB";
}
if ($tlpA->relocated) {
- $tlpA->cancel_reloc_prefix;
+ $tlpA->replace_reloc_prefix;
}
if ($tlpB->relocated) {
- $tlpB->cancel_reloc_prefix;
+ $tlpB->replace_reloc_prefix;
}
my @fA = $tlpA->all_files;
my @fB = $tlpB->all_files;