luci-app-adguardhome: fix typo

This commit is contained in:
CN_SZTL 2020-02-10 12:08:38 +08:00
parent 53040106b1
commit aba3d0c6df
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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