Re: Why are modules in /usr/share?
"Leland" <[email protected]> Tue, 20 Apr 2021 11:37:05 -0500
| Newsgroups | gmane.comp.audio.audacity.devel |
|---|---|
| Message-ID | <[email protected]> |
That’s a good and valid point. I’ll look into the build to see what the deal is… From: Ian McInerney <[email protected]> Sent: Tuesday, April 20, 2021 7:19 AM To: [email protected] Subject: [Audacity-devel] Why are modules in /usr/share? 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