onefang pushed a commit to branch master.

commit db813620bf8d4ed9eeeb450942322e99019bf6cf
Author: David Walter Seikel <[email protected]>
Date:   Mon Jul 1 02:03:19 2013 +1000

    Some E modules moved to GIT.
---
 onefang/build_efl.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/onefang/build_efl.lua b/onefang/build_efl.lua
index b3f5726..0eb60a9 100755
--- a/onefang/build_efl.lua
+++ b/onefang/build_efl.lua
@@ -265,7 +265,8 @@ else
     printf('Building %d basic binaries.\n', #binBasic)
     for i, package in ipairs(binBasic) do build(i, package) end
 
-    os.execute('find SVN/trunk/E-MODULES-EXTRA -maxdepth 1 -type d ! -name 
.svn ! -name .git ! -name E-MODULES-EXTRA -printf "%f\n" | sort > 
/tmp/eflBuild/modules.txt')
+    os.execute('find GIT/enlightenment/modules -maxdepth 1 -type d ! -name 
.svn ! -name .git ! -name modules -printf "%f\n" | sort > 
/tmp/eflBuild/modules.txt')
+    os.execute('find SVN/trunk/E-MODULES-EXTRA -maxdepth 1 -type d ! -name 
.svn ! -name .git ! -name E-MODULES-EXTRA -printf "%f\n" | sort >> 
/tmp/eflBuild/modules.txt')
     for package in io.lines('/tmp/eflBuild/modules.txt') do 
table.insert(eModulesExtra, package) end
     printf('Building %d E17 extra modules.\n', #eModulesExtra)
     for i, package in ipairs(eModulesExtra) do build(i, package) end

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to