summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-03-11 16:59:38 +0100
committerKarel Kočí <cynerd@email.cz>2022-03-11 16:59:38 +0100
commita0fb924a1854184ec5e01619d88859d36cdf8415 (patch)
tree046584adb82e030011d3fa8db264663f3d760fcb
parent4e2388f8435acd012cc480686c80f70d3358d513 (diff)
downloadopenwrt-personal-pkgs-a0fb924a1854184ec5e01619d88859d36cdf8415.tar.gz
openwrt-personal-pkgs-a0fb924a1854184ec5e01619d88859d36cdf8415.tar.bz2
openwrt-personal-pkgs-a0fb924a1854184ec5e01619d88859d36cdf8415.zip
healthcheck: try to fix build
-rw-r--r--healthcheck/Makefile2
1 files changed, 1 insertions, 1 deletions
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