luci-app-openclash: fix translation

This commit is contained in:
CN_SZTL 2020-02-10 22:43:01 +08:00
parent cd65baf6e3
commit af642fe04f
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -153,7 +153,7 @@ endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
$(INSTALL_DATA) $(PKG_BUILD_DIR)/*.*.lmo $(1)/usr/lib/lua/luci/i18n/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/*.lmo $(1)/usr/lib/lua/luci/i18n/openclash.zh-cn.lmo
$(CP) ./files/* $(1)/
endef