summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLMedia.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-18 00:58:41 +0000
committerKarl Berry <karl@freefriends.org>2008-11-18 00:58:41 +0000
commit9333748b5b1c858f157072c5a7845e1eac780350 (patch)
tree3a0a79d38558c043ec959869e670605a67abd061 /Master/tlpkg/TeXLive/TLMedia.pm
parentc74d68ee64328c552d23aae43da7aa496637f257 (diff)
more information when dying
git-svn-id: svn://tug.org/texlive/trunk@11340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLMedia.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLMedia.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLMedia.pm b/Master/tlpkg/TeXLive/TLMedia.pm
index 276fa70509f..d29e82287f5 100644
--- a/Master/tlpkg/TeXLive/TLMedia.pm
+++ b/Master/tlpkg/TeXLive/TLMedia.pm
@@ -149,7 +149,6 @@ sub install_package {
} elsif (-r "$location/$Archive/$pkg.tar.lzma") {
$container = "$location/$Archive/$pkg.tar.lzma";
} else {
- # for now only warn and return, should (?) be die!?
tlwarn("Cannot find a package $pkg (.zip or .lzma) in $location/$Archive\n");
next;
}