From 09e0b373a617b4c6cffbbcf63e62e393159da44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 18 Jun 2020 12:20:25 +0200 Subject: templates/turris.run: fix invalid syntax --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' | \ -- cgit v1.2.3