30 May
2008
30 May
'08
10:55 a.m.
Module: tools Branch: master Commit: 843b7ee29fd8b8530d6e46d71fa50bd5d8096fd4 URL: http://source.winehq.org/git/tools.git/?a=commit;h=843b7ee29fd8b8530d6e46d71... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri May 30 16:25:04 2008 +0200 update-winehq: News files are in the en/ directory now. --- update-winehq | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/update-winehq b/update-winehq index a91f7d7..183f215 100755 --- a/update-winehq +++ b/update-winehq @@ -64,7 +64,7 @@ my $newsfile; do { - $newsfile = sprintf "news/%s%02u.xml", $newsdate, $newscount++; + $newsfile = sprintf "news/en/%s%02u.xml", $newsdate, $newscount++; } while (-f "$newsfile");