luci-app-vssr: fix typo

This commit is contained in:
CN_SZTL 2020-02-24 14:55:17 +08:00
parent e606d5c5a7
commit 7dcb01fb09
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -161,7 +161,7 @@ define Package/luci-app-vssr/install
$(INSTALL_DIR) $(1)/
cp -pR ./root/* $(1)/
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
po2lmo ./po/zh-cn/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh-cn.lmo
po2lmo ./po/zh_Hans/vssr.po $(1)/usr/lib/lua/luci/i18n/vssr.zh-cn.lmo
endef
define Package/luci-app-vssr/postinst