From 1de154a8539633c4f583383fd1971e6e81a78531 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jan 2014 10:42:11 +0000 Subject: db: check that all subpackages' apk files exists when decide to build --- aports/db.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aports/db.lua b/aports/db.lua index 43e646b..54e2459 100644 --- a/aports/db.lua +++ b/aports/db.lua @@ -211,7 +211,7 @@ end function Aports:each_need_build() return coroutine.wrap(function() for aport in self:each_aport() do - if aport:arch_enabled() and not aport:apk_file_exists() then + if aport:arch_enabled() and not aport:all_apks_exists() then coroutine.yield(aport) end end -- cgit v1.2.3