default-settings: fix typo

This commit is contained in:
CN_SZTL 2020-02-15 22:33:38 +08:00
parent c8ba10662e
commit 2bb9fcb480
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -31,7 +31,7 @@ endef
define Build/Prepare
$(foreach po,$(wildcard ${CURDIR}/i18n/*.po), \
po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));)
po2lmo $(po) $(PKG_BUILD_DIR)/$(patsubst %.po,%.lmo,$(notdir $(po)));)
endef
define Build/Configure