summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-02-09 09:31:08 +0000
committerNorbert Preining <preining@logic.at>2010-02-09 09:31:08 +0000
commit915a4af0eebf527abe9c1c0f3b2794360bfde5bf (patch)
tree9418486a87d2d2924bb63afc8a6a0dc233ac5cdc /Master/tlpkg/TeXLive/TLPOBJ.pm
parent12745573f3b7bee351311ea6b6a8d4559e3dcaa7 (diff)
fix ome typo and small bug in $pkg instaead of $containername
git-svn-id: svn://tug.org/texlive/trunk@16947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 9ebc3ca86c5..877ab312a00 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -531,8 +531,8 @@ sub make_container {
. "relative generation not allowed");
}
if ($tltree ne $RelocTree) {
- die ("$0: building $pkg container relocatable but the comon prefix"
- . "is not $RelocTree");
+ die ("$0: building $containername container relocatable but the common"
+ . " prefix is not $RelocTree");
}
s,^$RelocTree/,, foreach @files;
}