summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2009-08-01 10:04:53 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2009-08-01 10:04:53 +0000
commitfeb088dffb0585be7ad44e50b827041d83b69954 (patch)
treed33a48fb405eba2d7ede56565450e9296e9ccb51 /Master/install-tl
parent515a08e177cfc7eb3b50b36244ee8e4b2e41d1de (diff)
install-tl: d:\\ => d:\ for w32 dvd install
git-svn-id: svn://tug.org/texlive/trunk@14513 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index 498fe997408..00850982d88 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -363,6 +363,8 @@ if ($location =~ m!^(ctan$|(http|ftp)://)!i) {
# remove leading file:/+ part
$location =~ s!^file://*!/!i;
$location = abs_path($location);
+ # remove trailing \ or / (e.g. root of dvd drive on w32)
+ $location =~ s,[\\\/]$,,;
if (-d "$location/$Archive") {
$media='CD';
} elsif (-d "$location/texmf/web2c") {
@@ -1778,7 +1780,7 @@ For Windows only: configure for the current user, not for all users.
=item B<-all-options>
Normally options not regarding the current architecture are not shown.
-Giving this cmd line option allows to configure settings in the
+Giving this cmd line option allows to configure settings in the
final tlpdb that do not have any immediate effect.
=item B<-portable>