onefang pushed a commit to branch master.

http://git.enlightenment.org/admin/devs.git/commit/?id=52b3dd45b7dfe2b9ac7f7c55069f020a21b3d870

commit 52b3dd45b7dfe2b9ac7f7c55069f020a21b3d870
Author: David Walter Seikel <won_f...@yahoo.com.au>
Date:   Sun Aug 30 12:39:27 2015 +1000

    Make sure there's a space before the extra configuration on the command 
line.
---
 developers/onefang/build_efl.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/developers/onefang/build_efl.lua b/developers/onefang/build_efl.lua
index 10e5906..b8b435e 100755
--- a/developers/onefang/build_efl.lua
+++ b/developers/onefang/build_efl.lua
@@ -146,14 +146,14 @@ local function build(i, package)
            end
 
            if fileExists(path .. '/autogen.sh') then
-               if good then good = runBuildCommand(i, package, path, 
'./autogen.sh --prefix=' .. installPath .. ' 
--cache-file=/tmp/eflBuild/autofoo.cache' .. conf) end
+               if good then good = runBuildCommand(i, package, path, 
'./autogen.sh --prefix=' .. installPath .. ' 
--cache-file=/tmp/eflBuild/autofoo.cache ' .. conf) end
                if good then good = runBuildCommand(i, package, path, 'make -j' 
.. threads) end
                if good then good = runBuildCommand(i, package, path, 'sudo 
make install') end
            elseif fileExists(path .. '/build.sh') then
                if good then good = runBuildCommand(i, package, path, 
'./build.sh') end
            elseif fileExists(path .. '/bootstrap.sh') then
                if good then good = runBuildCommand(i, package, path, 
'./bootstrap.sh') end
-               if good then good = runBuildCommand(i, package, path, 
'./configure --prefix=' .. installPath .. ' 
--cache-file=/tmp/eflBuild/autofoo.cache' .. conf) end
+               if good then good = runBuildCommand(i, package, path, 
'./configure --prefix=' .. installPath .. ' 
--cache-file=/tmp/eflBuild/autofoo.cache ' .. conf) end
                if good then good = runBuildCommand(i, package, path, 'make -j' 
.. threads) end
                if good then good = runBuildCommand(i, package, path, 'sudo 
make install') end
            elseif fileExists(path .. '/Makefile.PL') then

-- 


Reply via email to