Fix file permissions in build script which produce binary release package

This commit is contained in:
jsteube 2023-02-16 07:36:12 +00:00
parent c856d9abcf
commit 3daa14b341
1 changed files with 3 additions and 0 deletions

View File

@ -67,8 +67,11 @@ unix2dos $OUT/tunings/*
chmod 755 $OUT
chmod 755 $OUT/rules
chmod 644 $OUT/rules/*
chmod 755 $OUT/rules/hybrid
chmod 644 $OUT/rules/hybrid/*
chmod 755 $OUT/docs
chmod 644 $OUT/docs/*
chmod 755 $OUT/docs/license_libs
chmod 644 $OUT/docs/license_libs/*
chmod 755 $OUT/charsets
chmod 755 $OUT/charsets/*