summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-11-01 16:40:22 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-11-01 16:40:22 +0100
commitd0c6dcf6130671088cfbb9513dd46331441fb2e0 (patch)
tree44133ea3b2bb834e7e4189ce7f66f38f46830061 /templates/turris4x.run
parent7d4e8c9ec82f6eaa5d20bb46be4a9de4063af974 (diff)
downloadlaminar-cnf-d0c6dcf6130671088cfbb9513dd46331441fb2e0.tar.gz
laminar-cnf-d0c6dcf6130671088cfbb9513dd46331441fb2e0.tar.bz2
laminar-cnf-d0c6dcf6130671088cfbb9513dd46331441fb2e0.zip
turris4x: try to fix compilation of packages
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 2842d08..42bde16 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -49,7 +49,7 @@ echo "src-git personal git@cynerd.cz:openwrt-personal-pkgs" >> feeds.conf
cp ./feeds/personal/autopkg-*.mk include/
echo_stage "Compile packages from personal feed"
-find package/feeds/personal -maxdepth 1 -type d -printf 'package/%P/compile\\0' | \
+find package/feeds/personal -mindepth 1 -maxdepth 1 -type d -printf 'package/%P/compile\0' | \
xargs --null $make
echo_stage "Generate index and sign"