mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iopsys: fix issue in feeds_update.sh in order to handle multiple custom feeds
This commit is contained in:
parent
dc49178002
commit
bec7eeaa33
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function feeds_update {
|
||||||
(
|
(
|
||||||
echo '# DO NOT EDIT. Autogenerated file by ./iop feeds_update'
|
echo '# DO NOT EDIT. Autogenerated file by ./iop feeds_update'
|
||||||
echo 'FEED_DEVICES_DIRS:='
|
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
|
) > target/linux/feed-devices/feed-devices-list.mk || exit 1
|
||||||
|
|
||||||
# targets need to be installed explicitly
|
# targets need to be installed explicitly
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue