From a0fb924a1854184ec5e01619d88859d36cdf8415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 11 Mar 2022 16:59:38 +0100 Subject: healthcheck: try to fix build --- healthcheck/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'healthcheck') diff --git a/healthcheck/Makefile b/healthcheck/Makefile index 928aad5..abb055b 100644 --- a/healthcheck/Makefile +++ b/healthcheck/Makefile @@ -68,7 +68,7 @@ define Package/healthcheck-l10n-$(1)/install $$(foreach MOD,healthcheck healthcheck_setup healthcheck_system, $$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES $$(INSTALL_DATA) \ - $$(PKG_INSTALL_DIR)$$(PYTHON3_PKG_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES/*.mo \ + $$(PKG_INSTALL_DIR)$$(PYTHON3_PKG_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES/$$(MOD).mo \ $$(1)$$(PYTHON3_PKG_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES/ ) endef -- cgit v1.2.3