forked from len0rd/rockbox
Chmod all moved files to 0755 (everything moved is codecs or plugins).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18112 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
45290b42e7
commit
eaa65482da
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ sub find_copyfile {
|
|||
$path = $_;
|
||||
if ($path =~ $pattern && filesize($path) > 0 && !($path =~ /\.rockbox/)) {
|
||||
copy($path, $destination);
|
||||
chmod(0755, $destination.'/'.$path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue