Skip to content

Commit

Permalink
gluon.mk: fix lua import of gluon.validator
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoer committed Aug 10, 2023
1 parent 6c15c18 commit 3e3b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/gluon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shell-verbatim = $(call shell-unescape,$(call shell-escape,$(1)))

define GluonCheckSite
[ -z "$$STAGING_DIR_HOSTPKG" ] || PATH="$$STAGING_DIR_HOSTPKG/bin:$$PATH"
lua "$$IPKG_INSTROOT/lib/gluon/check-site.lua" <<'END__GLUON__CHECK__SITE'
LUA_PATH="$$IPKG_INSTROOT/usr/lib/lua" lua "$$IPKG_INSTROOT/lib/gluon/check-site.lua" <<'END__GLUON__CHECK__SITE'
$(call shell-verbatim,cat '$(1)')
END__GLUON__CHECK__SITE
endef
Expand Down

0 comments on commit 3e3b3d9

Please sign in to comment.