default-settings: remove useless endif

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 6cd61207a6054e606fac61d0fc0c6774971d16dc)
This commit is contained in:
Tianling Shen 2021-11-29 05:46:19 +08:00
parent 0fe4ca40df
commit 19a870eb67
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -49,7 +49,6 @@ define Package/default-settings-chn/install
$(INSTALL_DIR) $(1)/usr/lib/lua/luci/i18n
po2lmo ./i18n/default.zh_Hans.po $(1)/usr/lib/lua/luci/i18n/default.zh-cn.lmo
po2lmo ./i18n/more.zh_Hans.po $(1)/usr/lib/lua/luci/i18n/more.zh-cn.lmo
endif
endef
$(eval $(call BuildPackage,default-settings))