summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-11-01 19:07:44 +0100
committerKarel Kočí <cynerd@email.cz>2018-11-01 19:07:44 +0100
commit8780b750da74bf95fa30cee28dc76cf3cd9ec048 (patch)
tree0c50214b702784572a5ea153307e3840acd4a4b9
parentd0c6dcf6130671088cfbb9513dd46331441fb2e0 (diff)
downloadlaminar-cnf-8780b750da74bf95fa30cee28dc76cf3cd9ec048.tar.gz
laminar-cnf-8780b750da74bf95fa30cee28dc76cf3cd9ec048.tar.bz2
laminar-cnf-8780b750da74bf95fa30cee28dc76cf3cd9ec048.zip
turris4x: fix compilation
Ups it compiles everything because those are links not directories.
-rwxr-xr-xtemplates/turris4x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index 42bde16..7f129be 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 -mindepth 1 -maxdepth 1 -type d -printf 'package/%P/compile\0' | \
+find package/feeds/personal -mindepth 1 -maxdepth 1 -printf 'package/%P/compile\0' | \
xargs --null $make
echo_stage "Generate index and sign"