summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 61683ef36f6..beb995035cd 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1144,7 +1144,7 @@ sub install_package {
# one), xzdec them, and then call tar
# if we are unpacking a relocated container we adjust the target
- target .= "/$TeXLive::TLConfig::RelocTree" if $reloc;
+ $target .= "/$TeXLive::TLConfig::RelocTree" if $reloc;
my $fn = basename($what);
mkdirhier("$target/temp");