prevent apple double files (._*) in tarballs

This commit is contained in:
Sami Samhuri 2010-08-13 10:11:43 -07:00
parent da64f7d6c0
commit d1c12a4dc1

View file

@ -13,9 +13,12 @@ if which narwhal-jsc >/dev/null 2>&1; then
export NARWHAL_ENGINE=jsc export NARWHAL_ENGINE=jsc
fi fi
# for riak and possibly building javascriptcore
if mac; then if mac; then
# for riak and possibly building javascriptcore
export COMMAND_MODE=unix2003 export COMMAND_MODE=unix2003
# Don't pollute tar archives with ._ files (Apple double files)
export COPYFILE_DISABLE=true
fi fi
export LC_ALL="en_CA.UTF-8" export LC_ALL="en_CA.UTF-8"