Skip to content
Snippets Groups Projects
Unverified Commit eb3fad4b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: move check_site.lua main script into gluon-core package

Installing the script into the image allows site checks to run for
manual package installations via opkg.
parent 3386221e
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ shell-verbatim = $(call shell-unescape,$(call shell-escape,$(1))) ...@@ -21,7 +21,7 @@ shell-verbatim = $(call shell-unescape,$(call shell-escape,$(1)))
define GluonCheckSite define GluonCheckSite
[ -z "$$IPKG_INSTROOT" ] || "${TOPDIR}/staging_dir/hostpkg/bin/lua" "${TOPDIR}/../scripts/check_site.lua" <<'END__GLUON__CHECK__SITE' [ -z "$$IPKG_INSTROOT" ] || "${TOPDIR}/staging_dir/hostpkg/bin/lua" "$$IPKG_INSTROOT/lib/gluon/check-site.lua" <<'END__GLUON__CHECK__SITE'
$(call shell-verbatim,cat '$(1)') $(call shell-verbatim,cat '$(1)')
END__GLUON__CHECK__SITE END__GLUON__CHECK__SITE
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment