Author: markt
Date: Mon Jul 7 11:41:34 2014
New Revision: 1608416
URL: http://svn.apache.org/r1608416
Log:
Stop OSX storing extended attributes in additional files in tar files
Modified:
tomcat/native/trunk/jnirelease.sh
Modified: tomcat/native/trunk/jnirelease.sh
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/jnirelease.sh?rev=1608416&r1=1608415&r2=1608416&view=diff
==============================================================================
--- tomcat/native/trunk/jnirelease.sh (original)
+++ tomcat/native/trunk/jnirelease.sh Mon Jul 7 11:41:34 2014
@@ -22,6 +22,10 @@ JKJNIEXT=""
JKJNIVER=""
SVNBASE=https://svn.apache.org/repos/asf/tomcat/native
+# Set the environment variable that stops OSX including storing extended
+# attributes in tar archives etc with a file starting with ._
+export COPYFILE_DISABLE=1
+
for o
do
case "$o" in
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]