diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-08-21 08:21:21 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-08-21 08:21:21 +0000 |
commit | d0e672a1fb50ea4d804db8c93caed4aa3904a05c (patch) | |
tree | eeaebfb0bd2b123a710cebee2947852f6f5cb407 /readlicense_oo | |
parent | 8e34990705fe92473a38e17f371796e773e7d7db (diff) |
100000# Give group write permission to created subdirectories.
Diffstat (limited to 'readlicense_oo')
-rwxr-xr-x | readlicense_oo/conv.pl | 2 |
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"; |