diff options
author | Karel Kočí <cynerd@email.cz> | 2022-03-16 09:52:43 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-03-16 09:52:43 +0100 |
commit | 7b0326093e1ec53f7dcda3c1af312c96430e885d (patch) | |
tree | 89a0677795a8f0aa879643a5d0666190a8176b8a /healthcheck/Makefile | |
parent | a0fb924a1854184ec5e01619d88859d36cdf8415 (diff) | |
download | openwrt-personal-pkgs-master.tar.gz openwrt-personal-pkgs-master.tar.bz2 openwrt-personal-pkgs-master.zip |
Diffstat (limited to 'healthcheck/Makefile')
-rw-r--r-- | healthcheck/Makefile | 2 |
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 |