luci-app-dockerman: fix typo

This commit is contained in:
CN_SZTL 2020-02-12 20:41:46 +08:00
parent a9bcc030f9
commit b0ca393af1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -39,7 +39,7 @@ define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/
cp -pR ./root/* $(1)/
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
po2lmo ./po/zh-cn/dockerman.po $(1)/usr/lib/lua/luci/i18n/dockerman.zh-cn.lmo
po2lmo ./po/zh_Hans/dockerman.po $(1)/usr/lib/lua/luci/i18n/dockerman.zh-cn.lmo
endef
$(eval $(call BuildPackage,$(PKG_NAME)))