iop: fix feed_update script

This commit is contained in:
Sukru Senli 2022-03-05 12:35:57 +01:00
parent 2948de9994
commit 5eb40eb826

View file

@ -32,7 +32,7 @@ function feeds_update {
fi fi
# targets need to be installed explicitly # targets need to be installed explicitly
for target in "$(ls ./feeds/targets)" for target in $(ls ./feeds/targets)
do do
rm -f target/linux/$target rm -f target/linux/$target
./scripts/feeds install -p targets $target ./scripts/feeds install -p targets $target