diff options
Diffstat (limited to 'templates/turris.run')
-rwxr-xr-x | templates/turris.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run index b0ea26e..8bac1ff 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -54,7 +54,7 @@ find feeds/personal -type d -exec test -f '{}/Makefile' \; -prune -printf "%P\0" ./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' | \ - xargs --null $make + xargs -n 1 --null $make echo_stage "Generate index and sign" $make package/index BUILD_KEY=~/openwrt-repo.sec |