From: <tho...@us...> - 2014-05-23 16:04:07
|
Revision: 8416 http://sourceforge.net/p/bigdata/code/8416 Author: thompsonbry Date: 2014-05-23 16:04:05 +0000 (Fri, 23 May 2014) Log Message: ----------- Modified to chmod the bigdataNSS (versus bigdata) script as well. See #941 Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/build.xml Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-23 15:53:35 UTC (rev 8415) +++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-23 16:04:05 UTC (rev 8416) @@ -1272,7 +1272,7 @@ <chmod file="${dist.bin}/bigdata" perm="755" /> <copy file="${deploy.nss}/bin/bigdataNSS" todir="${dist.bin}" /> - <chmod file="${dist.bin}/bigdata" perm="755" /> + <chmod file="${dist.bin}/bigdataNSS" perm="755" /> <copy file="${deploy.nss}/bin/startNSS" todir="${dist.bin}" /> <chmod file="${dist.bin}/startNSS" perm="755" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |