summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-06-18 12:20:25 +0200
committerKarel Kočí <cynerd@email.cz>2020-06-18 12:20:25 +0200
commit09e0b373a617b4c6cffbbcf63e62e393159da44d (patch)
treeaff21d00a18de5b954fecbfc3dfb12a859b9eb3d
parent006473f540774848299041331b187337b27e630c (diff)
downloadlaminar-cnf-09e0b373a617b4c6cffbbcf63e62e393159da44d.tar.gz
laminar-cnf-09e0b373a617b4c6cffbbcf63e62e393159da44d.tar.bz2
laminar-cnf-09e0b373a617b4c6cffbbcf63e62e393159da44d.zip
templates/turris.run: fix invalid syntax
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index d63fc34..274e5bc 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -53,7 +53,7 @@ echo_stage "Get personal repository feed"
echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf
./scripts/feeds update personal
find feeds/personal -type d -exec test -f '{}/Makefile' \; -prune -printf "%P\0" | \
- xargs -0 ./scripts/feeds ./scripts/feeds uninstall # Remove any package provided by personal feed
+ xargs -0 ./scripts/feeds uninstall # Remove any package provided by personal feed
./scripts/feeds install -p personal -d y -f -a
echo_stage "Compile packages from personal feed"
find package/feeds/personal -mindepth 1 -maxdepth 1 -printf 'package/%P/compile\0' | \