From 5482516e2acb357f73a4a1950579c61f19d69bbc Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 11 Sep 2009 19:07:15 +0000 Subject: Don't use --owner or --group in tar -c, these options are not present in Mac OS X 10.6 ("Snow Leopard")'s tar. Review URL: http://codereview.chromium.org/194078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25993 0039d316-1c4b-4281-b951-d872f2087c98 --- build/mac/dump_app_syms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/mac') diff --git a/build/mac/dump_app_syms b/build/mac/dump_app_syms index ff66732..31d464b 100755 --- a/build/mac/dump_app_syms +++ b/build/mac/dump_app_syms @@ -85,5 +85,5 @@ done if [ ! -e "${DSYM_TAR_PATH}" ] ; then # Change directory so that absolute paths aren't included in the archive. (cd "${BUILT_PRODUCTS_DIR}" && - tar --owner 0 --group 0 -jcf "${DSYM_TAR_PATH}" "${DSYMS[@]}") + tar -jcf "${DSYM_TAR_PATH}" "${DSYMS[@]}") fi -- cgit v1.1