فهرست منبع

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

Nicolas Cannasse 12 سال پیش
والد
کامیت
3236bf996f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);