summaryrefslogtreecommitdiff
path: root/readlicense_oo
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-08-21 08:21:21 +0000
committerRüdiger Timm <rt@openoffice.org>2003-08-21 08:21:21 +0000
commitd0e672a1fb50ea4d804db8c93caed4aa3904a05c (patch)
treeeeaebfb0bd2b123a710cebee2947852f6f5cb407 /readlicense_oo
parent8e34990705fe92473a38e17f371796e773e7d7db (diff)
100000# Give group write permission to created subdirectories.
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-xreadlicense_oo/conv.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/readlicense_oo/conv.pl b/readlicense_oo/conv.pl
index 24568188230e..c00ed4bd9541 100755
--- a/readlicense_oo/conv.pl
+++ b/readlicense_oo/conv.pl
@@ -80,7 +80,7 @@ sub convertfile {
$destfile=$dest . "/" . File::Basename::basename($file);
- File::Path::mkpath($dest,0,0755);
+ File::Path::mkpath($dest,0,0775);
open(IN,"<$file") || die "can not open $file";
open(OUT,">$destfile") || die "can not open $destfile";