From bec7eeaa33f99c819dba50b3ffdf60bde9ed170c Mon Sep 17 00:00:00 2001 From: Arne Jonsson Date: Mon, 15 Jan 2024 15:36:40 +0100 Subject: [PATCH] iopsys: fix issue in feeds_update.sh in order to handle multiple custom feeds --- iop/scripts/feeds_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/scripts/feeds_update.sh b/iop/scripts/feeds_update.sh index a1fe60e7c..8f1bc341f 100755 --- a/iop/scripts/feeds_update.sh +++ b/iop/scripts/feeds_update.sh @@ -61,7 +61,7 @@ function feeds_update { ( echo '# DO NOT EDIT. Autogenerated file by ./iop feeds_update' echo 'FEED_DEVICES_DIRS:=' - find feeds -type f -name .is-feed-devices-dir -printf 'FEED_DEVICES_DIRS+=$(TOPDIR)/%h' + find feeds -type f -name .is-feed-devices-dir -printf 'FEED_DEVICES_DIRS+=$(TOPDIR)/%h\n' ) > target/linux/feed-devices/feed-devices-list.mk || exit 1 # targets need to be installed explicitly