summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/HTMLify.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Command/HTMLify.pm')
-rw-r--r--fml/lib/FML/Command/HTMLify.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index adf8909a..684456a2 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/HTMLify.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: HTMLify.pm,v 1.7 2002/06/30 01:22:26 fukachan Exp $
+# $FML: HTMLify.pm,v 1.8 2002/09/11 23:18:05 fukachan Exp $
#
package FML::Command::HTMLify;
@@ -55,8 +55,7 @@ sub convert
if (defined $dst_dir) {
unless (-d $dst_dir) {
- use File::Utils qw(mkdirhier);
- mkdirhier($dst_dir, 0755);
+ $curproc->mkdir($dst_dir, "mode=public");
}
if ($is_subdir_exists) {