luci-app-jd-dailybonus: fix patch

This commit is contained in:
CN_SZTL 2020-07-17 17:43:50 +08:00
parent 2ff234a3c7
commit ce7f078fd1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

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