recipes: data/hierarchyfs: Meet FHS standard for multilib, avoiding recursive re...
commit8812d422f00bd3839a34f2b0f119debb4e01e898
authorMatías Fonzo <selk@dragora.org>
Sun, 13 Feb 2022 23:06:34 +0000 (13 20:06 -0300)
committerMatías Fonzo <selk@dragora.org>
Sun, 13 Feb 2022 23:06:34 +0000 (13 20:06 -0300)
treee6998b1c40fd03ffbcd33e8832df849df32ecbd7
parentdd0d6a9ab429abf59d823c7f71259a9b7c18f4fd
recipes: data/hierarchyfs: Meet FHS standard for multilib, avoiding recursive re-creation

Previously the structure was set up to look at "usr/lib64" to give an
example, /lib was linked to /usr/lib64.

Now:

/lib -> lib64
/lib64 -> /usr/lib64

This also gives the advantage that it matches the search path for dynamic
libraries, speeding up the system search without wasting time (in search).

Signed-off-by: Matías Fonzo <selk@dragora.org>
recipes/data/hierarchyfs/post-install.multidir
recipes/data/hierarchyfs/recipe