Merge pull request #201 from doraskayo/musl-libdir-triplet

Rename /usr/lib/musl to /usr/lib/i386-unknown-linux-musl
This commit is contained in:
fosslinux 2023-01-30 08:52:17 +11:00 committed by GitHub
commit ac010bc1a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 139 additions and 136 deletions

View file

@ -113,7 +113,7 @@ def main():
# Tmp validation
if args.bwrap and args.tmpfs:
raise ValueError("tmpfs cannot be used writh bwrap.")
raise ValueError("tmpfs cannot be used with bwrap.")
# bootstrap.cfg
if args.bare_metal: