core/pkg-utils: add missing bracket/sep

This appears to have been incorrectly removed in:
03aa3e6ac7

Fixes:
package/pkg-utils.mk:212: *** unterminated call to function 'foreach': missing ')'.  Stop.
make: *** [Makefile:84: _all] Error 2

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
James Hilliard 2022-01-08 23:44:06 -07:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent bcaed85304
commit e27a700f3e

View File

@ -214,7 +214,7 @@ define per-package-rsync
$(foreach pkg,$(1),\
rsync -a --link-dest=$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
$(PER_PACKAGE_DIR)/$(pkg)/$(2)/ \
$(3)
$(3)$(sep))
endef
# prepares the per-package HOST_DIR and TARGET_DIR of the current