diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:32:51 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-09 02:32:51 +0000 |
| commit | 4393e2c7c073af754855c1b22b763e8b9e9e84bb (patch) | |
| tree | e9f80cdb37df782a6003394349700e6b1c92575e /textproc/intltool/files/patch-intltool-merge.in.in | |
| parent | Update to handle tk8.4. (diff) | |
Update to 0.28.
Diffstat (limited to 'textproc/intltool/files/patch-intltool-merge.in.in')
| -rw-r--r-- | textproc/intltool/files/patch-intltool-merge.in.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/intltool/files/patch-intltool-merge.in.in b/textproc/intltool/files/patch-intltool-merge.in.in new file mode 100644 index 000000000000..bd377f7408f3 --- /dev/null +++ b/textproc/intltool/files/patch-intltool-merge.in.in @@ -0,0 +1,11 @@ +--- intltool-merge.in.in.orig Mon Dec 8 21:27:55 2003 ++++ intltool-merge.in.in Mon Dec 8 21:28:05 2003 +@@ -875,7 +875,7 @@ + if ($MULTIPLE_OUTPUT) { + for my $lang (sort keys %po_files_by_lang) { + if ( ! -e $lang ) { +- mkdir $lang or die "Cannot create subdirectory $lang: $!\n"; ++ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n"; + } + open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; + my $tree = readXml($FILE); |
