diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 736d5b830df..719036dbcc1 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1284,6 +1284,12 @@ sub setup_programs { (my $lzmadec = $::progs{'lzmadec'}) =~ s/^"(.*)"/$1/; my $found_lzmadec = -x $lzmadec; + # should we do something like this? + #if (-r $lzmadec && ! -x $lzmadec) { + # warn "$lzmadec is not executable. You might want to mount the DVD without the 'noexec' option."; + # return 0; + #} + # check if the programs are working, but do not test tar, we rely on # the system having a usable one. The main point is to check the # binaries we provide. |