summaryrefslogtreecommitdiff
path: root/templates/turris.run
diff options
context:
space:
mode:
Diffstat (limited to 'templates/turris.run')
-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' | \