From: Frank Lichtenheld Date: Thu, 12 Apr 2007 20:58:42 +0000 (+0200) Subject: create_index_pages: Forgot to create directory for source index pages X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=c7fa3b64deedb2cb435054099c3da6a8c2b262cf create_index_pages: Forgot to create directory for source index pages --- diff --git a/bin/create_index_pages b/bin/create_index_pages index 23dd0e6..79d6e9e 100755 --- a/bin/create_index_pages +++ b/bin/create_index_pages @@ -59,6 +59,7 @@ print "write suite index files ...\n"; foreach my $s (@SUITES) { my $key = $s; mkpath ( "$wwwdir/$key" ); + mkpath ( "$wwwdir/source/$key" ); foreach my $lang (@LANGUAGES) { my $locale = get_locale( $lang ); my $charset = get_locale( $lang );