specify mode in mkdir
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bb2bd1470d
commit
e745dc8b7f
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ sub buildzip {
|
|||
|
||||
open VIEWERS, ">.rockbox/viewers.config" or
|
||||
die "can't create .rockbox/viewers.config";
|
||||
mkdir ".rockbox/viewers";
|
||||
mkdir ".rockbox/viewers", 0777;
|
||||
for (@viewers) {
|
||||
if (/,(.+),/) {
|
||||
if(-e ".rockbox/rocks/$1") {
|
||||
|
|
Loading…
Reference in a new issue