http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10084

--- Comment #5 from Tomás Cohen Arazi <[email protected]> ---
Marcel, this is due to the way pacakges handle yui stuff: it relies on yui
provided by libyui-js, and thus instead of using the internal one, it deletes
it ("scope of the install" in the sense you wrote) and creates a symbolic link
to the installed via packages one.

The main problem (and thus the weirdness of the patch, which mimics what is
done already) is that the dir structure Koha uses differs from the standard
(the one the package provides), and we need to rearrange things.

There should be a patch for arranging yui stuff the same way it is officially
arranged, but that needs a lot of rewrite through the code.

Conclusion: this fixes the current problem, in the way we handle this in
packages. It should be solved for good in a proper way, in the future.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to