Skip to content
Commit 3393e158 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci.mk: refactor install recipe



Detect the presence of directories using Make $(wildcard ...) and emit
plain install commands depending on the outcome instead of relying on
shell conditionals which impose syntax constraints on code outside of
the scope of the LuCI repo.

Fixes: #5936
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 25f75e08
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment