specify mode in mkdir

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2004-12-01 09:56:36 +00:00
parent bb2bd1470d
commit e745dc8b7f

View file

@ -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") {