Bug report: DVD::Rip ignores umask when creating some directories
Marc Sherman <[email protected]>
| Newsgroups | gmane.comp.video.dvdrip.user |
|---|---|
| Message-ID | <[email protected]> |
While most files created by DVD::Rip respect the umask, there are a few instances where directories are created with specific 0755 permissions, for example, in Title.pm: mkpath( [$avi_dir], 0, 0755 ) - Marc