Explorar o código

use -p instead of -a (fixed issue #1591)

Nicolas Cannasse %!s(int64=12) %!d(string=hai) anos
pai
achega
3236bf996f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/release.neko

+ 1 - 1
doc/release.neko

@@ -41,7 +41,7 @@ if( sys == "Windows" )
 else
 	cmd("cp ../haxe "+dir);
 
-cmd("cp -a -R CHANGES.txt LICENSE.txt ../std "+dir);
+cmd("cp -pR CHANGES.txt LICENSE.txt ../std "+dir);
 
 if( sys == "Windows" ) cmd("chmod -R 777 "+dir);