luci-app-ssr-plus: fix typo error

This commit is contained in:
CN_SZTL 2020-03-19 02:13:32 +08:00
parent cb28f6ba94
commit 2d0253af7a
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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