commit 21268d036f5b13f15f4d16df9cd356e122b52464 parent f40930d8e2bf91c70d1f005aac412f5e0c7e2c11 Author: Heikki Lindholm <holin@iki.fi> Date: Sun, 5 Apr 2009 06:40:51 +0000 perm Diffstat:
| M | contrib/macosx/build-osx-framework.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/macosx/build-osx-framework.sh b/contrib/macosx/build-osx-framework.sh @@ -470,7 +470,7 @@ create_directory_for() if [ ! -e "${dst_dir}" ] then echo "MKDIR ${dst_dir}" - if ! ( mkdir -m 755 -p "${dst_dir}" ) + if ! ( mkdir -m 775 -p "${dst_dir}" ) then echo "failed to create directory: ${dst_dir}" exit 1