prevent apple double files (._*) in tarballs
This commit is contained in:
parent
da64f7d6c0
commit
d1c12a4dc1
1 changed files with 4 additions and 1 deletions
|
|
@ -13,9 +13,12 @@ if which narwhal-jsc >/dev/null 2>&1; then
|
|||
export NARWHAL_ENGINE=jsc
|
||||
fi
|
||||
|
||||
# for riak and possibly building javascriptcore
|
||||
if mac; then
|
||||
# for riak and possibly building javascriptcore
|
||||
export COMMAND_MODE=unix2003
|
||||
|
||||
# Don't pollute tar archives with ._ files (Apple double files)
|
||||
export COPYFILE_DISABLE=true
|
||||
fi
|
||||
|
||||
export LC_ALL="en_CA.UTF-8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue