From ac71f700f49ed4cf9987a4265c0bf3b2c82fa0ec Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Mon, 27 Aug 2018 23:17:57 +0200 Subject: [PATCH] Set dir in extra builds too --- hbuild/builders/helenos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hbuild/builders/helenos.py b/hbuild/builders/helenos.py index 538f2a6..faea072 100755 --- a/hbuild/builders/helenos.py +++ b/hbuild/builders/helenos.py @@ -102,6 +102,7 @@ class HelenOSBuildWithHarboursTask(Task): ret = { 'image': None, + 'dir': my_dir, } image_name = self.ctl.get_dependency_data('built-image') -- 2.11.4.GIT