luci-app-ariwhu: typo fix

This commit is contained in:
ElonH 2020-03-28 22:04:59 +08:00
parent b788dcd17e
commit bd2b2ff76c
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -41,7 +41,7 @@ define Package/luci-app-airwhu/install
$(INSTALL_DIR) $(1)/bin
$(INSTALL_BIN) ./root/bin/ipv6masq.sh $(1)/bin/ipv6masq.sh
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
po2lmo ./po/zh-cn/airwhu.po $(1)/usr/lib/lua/luci/i18n/airwhu.zh-cn.lmo
po2lmo ./po/zh_cn/airwhu.po $(1)/usr/lib/lua/luci/i18n/airwhu.zh-cn.lmo
endef
$(eval $(call BuildPackage,luci-app-airwhu))