Skip to content
Snippets Groups Projects
Verified Commit 6d0e5eae authored by Štěpán Henek's avatar Štěpán Henek :bear:
Browse files

reforis: l10n package fix

parent ea21469e
Branches
Tags
1 merge request!259Turris OS 5.0 merge
......@@ -11,9 +11,9 @@ define ReForisTranslation
endef
define Package/reforis-l10n-$(1)/install
$$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR)/reforis/translations/$(3)/LC_MESSAGES
$$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR)/reforis/translations/$(1)/LC_MESSAGES
$$(CP) \
$$(PKG_BUILD_DIR)reforis/translations/$(1)/LC_MESSAGES/*.mo \
$$(PKG_BUILD_DIR)/build/lib/reforis/translations/$(1)/LC_MESSAGES/*.mo \
$$(1)$$(PYTHON3_PKG_DIR)/reforis/translations/$(1)/LC_MESSAGES/
endef
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment