AmbitionFramework / ambition

The Ambition MVC Framework for Vala
http://www.ambitionframework.org
Apache License 2.0
32 stars 4 forks source link

Plugin binaries are installed in /usr/share #2

Closed Maia-Everett closed 10 years ago

Maia-Everett commented 11 years ago

/usr/share/ambition-framework/plugins/SCGI-0.1.0/libambition-engine-scgi-0.1.0.so

This is incorrect. /usr/share should only contain architecture-independent files.

Binaries should go to a subdirectory of /usr/lib, ideally with support for multiarch (so that the files can lie under /usr/lib/x86_64-linux-gnu/ambition-framework).

nmelnick commented 11 years ago

This is a somewhat temporary thing until the plugin build system is working, and makes the precompiled plugins redundant.

In the meantime, though, I will send them over to /usr/lib. Thanks for the report?

nmelnick commented 10 years ago

Closing out issue, plugins are now loaded up dynamically.