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