From 2d0253af7a198b3fad2424e3af99b23ce6fe9916 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 19 Mar 2020 02:13:32 +0800 Subject: [PATCH] luci-app-ssr-plus: fix typo error --- package/lean/luci-app-ssr-plus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index f68a402503..3aab956a88 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -113,7 +113,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DATA) ./luasrc/view/shadowsocksr/* $(1)/usr/lib/lua/luci/view/shadowsocksr/ $(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n - po2lmo ./po/zh-cn/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo + po2lmo ./po/zh_Hans/ssr-plus.po $(1)/usr/lib/lua/luci/i18n/ssr-plus.zh-cn.lmo endef define Package/$(PKG_NAME)/postinst