Browse Source

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

Nicolas Cannasse 12 years ago
parent
commit
3236bf996f
1 changed files with 1 additions and 1 deletions
  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);