Skip to content
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

Kaem-era improvements #340

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Kaem-era improvements #340

merged 2 commits into from
Dec 15, 2023

Conversation

fosslinux
Copy link
Owner

  • Use uppercase variables as we do in bash-era. The use of lowercase variables and uppercase variables in kaem and bash respectively didn't really make very much sense.
  • Always use /usr/lib and /usr/include for musl, and /usr/lib/mes and /usr/include/mes for mes libc.
    • Before it was a bit haphazard and there was no clear rules, things just kinda moved around as development occurred. Let's standardize this.

I'm not sure if this actually works. Hypothetically it should but haven't tested.

Cherry-picked from #334

@fosslinux
Copy link
Owner Author

I would like not to regenerate checksums now and just do it in one big updating checksum commit in #334.

lowercase variables are inconsistent, bring them into line with rest of
live-bootstrap
Mes is now self-contained in;
/usr/lib/mes
/usr/include/mes
/usr/lib/x86-mes

musl adheres to FHS
/usr/include
/usr/lib
@fosslinux fosslinux mentioned this pull request Nov 28, 2023
3 tasks
@stikonas stikonas self-requested a review December 9, 2023 14:12
@fosslinux fosslinux merged commit 73c4985 into master Dec 15, 2023
5 of 6 checks passed
@fosslinux fosslinux deleted the kaem-improv branch December 15, 2023 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants