Author: rvs
Date: Sat Dec  3 05:24:58 2011
New Revision: 1209834

URL: http://svn.apache.org/viewvc?rev=1209834&view=rev
Log:
Additional fixes for the stiching

Modified:
    
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build

Modified: 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build?rev=1209834&r1=1209833&r2=1209834&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build
 (original)
+++ 
incubator/bigtop/branches/hadoop-0.22/bigtop-packages/src/common/hadoop/do-component-build
 Sat Dec  3 05:24:58 2011
@@ -64,6 +64,9 @@ mv hadoop-mapred-* mapred
 # create empty lib directories so that build.xml logic doesn't break
 mkdir common/lib hdfs/lib mapred/lib
 
+# make sure configure scripts are executable
+chmod 755 common/src/test/system/c++/runAs/configure 
hdfs/src/contrib/fuse-dfs/configure
+
 # munge text docs
 cp common/{LICENSE,NOTICE,README}.txt .
 #rm hdfs/{LICENSE,NOTICE}.txt # same as common


Reply via email to