scripts: improve debug-output of site_packages(image)
This commit is contained in:
parent
ef5263724f
commit
cb7f7fbb66
@ -17,6 +17,7 @@ return function(funcs)
|
||||
|
||||
|
||||
local function site_packages(image)
|
||||
io.stderr:write("site_packages(".. image ..")\n")
|
||||
return lib.exec_capture_raw(string.format([[
|
||||
MAKEFLAGS= make print _GLUON_IMAGE_=%s --no-print-directory -s -f - <<'END_MAKE'
|
||||
include $(GLUON_SITEDIR)/site.mk
|
||||
|
Loading…
Reference in New Issue
Block a user