aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/release.wml
diff options
context:
space:
mode:
authorFrank Lichtenheld <djpig>2005-02-02 11:41:17 +0000
committerFrank Lichtenheld <djpig>2005-02-02 11:41:17 +0000
commitaa41503a3a37a060f2f7b9482960e7b58381a9a3 (patch)
treeab51ca4786ceff320aefb1b931d25303cfbbf5a1 /english/template/debian/release.wml
parent6c46a478d154e6213655b98e96e35ba193316edd (diff)
Until we have sorted out the correct filenames for the HTML files of
the sarge installmanual use the current ones (and fix a small error on the way) CVS version numbers english/template/debian/release.wml: 1.33 -> 1.34
Diffstat (limited to 'english/template/debian/release.wml')
-rw-r--r--english/template/debian/release.wml3
1 files changed, 2 insertions, 1 deletions
diff --git a/english/template/debian/release.wml b/english/template/debian/release.wml
index 80fbcf0a2b9..b7dd38810ae 100644
--- a/english/template/debian/release.wml
+++ b/english/template/debian/release.wml
@@ -265,7 +265,8 @@ sub permute_as_matrix_new {
$langsinstall{$lang}, $ext );
if ( $ext eq "html" ) {
# convert languages with sublangs (zh_TW -> zh-tw)
- (my $html_lang = $langs{$lang}) =~ s/(\w\w)_(\w\w)/"$1-".lc($2)/e;
+ #(my $html_lang = $langsinstall{$lang}) =~ s/(\w\w)_(\w\w)/"$1-".lc($2)/e;
+ my $html_lang = $langsinstall{$lang};
$file_version = &$namingscheme( "$arch/$html_file",
$html_lang, $ext );
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy