From 341a7e9a79ed6a55736b82cb603ffc12b082353a Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 6 May 2009 21:41:01 +0000 Subject: fix just introduced missing $ in front of target git-svn-id: svn://tug.org/texlive/branches/branch2009-dev@12960 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3