Why are modules in /usr/share?
Ian McInerney <[email protected]> Tue, 20 Apr 2021 13:19:12 +0100
| Newsgroups | gmane.comp.audio.audacity.devel |
|---|---|
| Message-ID | <CACp=VfbXoPi73vKTEurWroTKw8dY6M-v5EGgJcJwP0PtA3wxVA@mail.gmail.com> |
Looking at the compilation results of the Fedora build for audacity, I noticed that there is a library file being compiled into /usr/share/audacity//modules/mod-script-pipe.so - which is not good. /usr/share is meant to be architecture-independent files, and any architecture-specific code should be put into the /usr/lib* directories instead of the /usr/share directories - so a better place for it would be /usr/lib64/audacity/modules/mod-script-pipe.so (on 64-bit installs). Thanks, -Ian _______________________________________________ audacity-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/audacity-devel