summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-03-16 09:52:43 +0100
committerKarel Kočí <cynerd@email.cz>2022-03-16 09:52:43 +0100
commit7b0326093e1ec53f7dcda3c1af312c96430e885d (patch)
tree89a0677795a8f0aa879643a5d0666190a8176b8a
parenta0fb924a1854184ec5e01619d88859d36cdf8415 (diff)
downloadopenwrt-personal-pkgs-master.tar.gz
openwrt-personal-pkgs-master.tar.bz2
openwrt-personal-pkgs-master.zip
healthcheck: try to fix the buildHEADmaster
-rw-r--r--healthcheck/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck/Makefile b/healthcheck/Makefile
index abb055b..b9e2f8e 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/$$(MOD).mo \
+ $$(PKG_BUILD_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES/$$(MOD).mo \
$$(1)$$(PYTHON3_PKG_DIR)/$$(MOD)/locale/$(1)/LC_MESSAGES/
)
endef