Skip to content

Source files should go into /usr/share not /usr/lib #2219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
daurnimator opened this issue Apr 9, 2019 · 1 comment
Closed

Source files should go into /usr/share not /usr/lib #2219

daurnimator opened this issue Apr 9, 2019 · 1 comment
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone

Comments

@daurnimator
Copy link
Contributor

zig currently installs several source files including e.g. musl sources into /usr/lib/zig
As they are not compiled and architecture independent, they should really be in /usr/share/zig.

@andrewrk andrewrk added this to the 0.5.0 milestone Apr 9, 2019
@andrewrk andrewrk added the proposal This issue suggests modifications. If it also has the "accepted" label then it is planned. label Apr 9, 2019
@andrewrk
Copy link
Member

andrewrk commented Apr 9, 2019

here's one example I followed: clang installs their .h files to /usr/lib/clang/8.0.0/include/*. These are source files that are not compiled and architecture independent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal This issue suggests modifications. If it also has the "accepted" label then it is planned.
Projects
None yet
Development

No branches or pull requests

2 participants