mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
iop: fix feed_update script
This commit is contained in:
parent
2948de9994
commit
5eb40eb826
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ function feeds_update {
|
|||
fi
|
||||
|
||||
# targets need to be installed explicitly
|
||||
for target in "$(ls ./feeds/targets)"
|
||||
for target in $(ls ./feeds/targets)
|
||||
do
|
||||
rm -f target/linux/$target
|
||||
./scripts/feeds install -p targets $target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue