diff options
| author | Jonas Häggqvist <rasher@rasher.dk> | 2008-07-20 23:51:54 +0000 |
|---|---|---|
| committer | Jonas Häggqvist <rasher@rasher.dk> | 2008-07-20 23:51:54 +0000 |
| commit | eaa65482dafc82a3a22d265f3593cff67ea80c8a (patch) | |
| tree | 528f29b2cf82c3c9b0c5d13d35850ae55894e602 /tools/buildzip.pl | |
| parent | 45290b42e78110c13110d6a817bb0c67cd72a428 (diff) | |
| download | rockbox-eaa65482dafc82a3a22d265f3593cff67ea80c8a.zip rockbox-eaa65482dafc82a3a22d265f3593cff67ea80c8a.tar.gz rockbox-eaa65482dafc82a3a22d265f3593cff67ea80c8a.tar.bz2 rockbox-eaa65482dafc82a3a22d265f3593cff67ea80c8a.tar.xz | |
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
Diffstat (limited to 'tools/buildzip.pl')
| -rwxr-xr-x | tools/buildzip.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildzip.pl b/tools/buildzip.pl index 6df4543..afa851c 100755 --- a/tools/buildzip.pl +++ b/tools/buildzip.pl @@ -33,6 +33,7 @@ sub find_copyfile { $path = $_; if ($path =~ $pattern && filesize($path) > 0 && !($path =~ /\.rockbox/)) { copy($path, $destination); + chmod(0755, $destination.'/'.$path); } } } |