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

Fix build script issues #2

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

wiredsis
Copy link
Collaborator

@wiredsis wiredsis commented Aug 3, 2023

After trial and error this should basically fix most issues after the revamp of the build script.

wiredsis added 3 commits July 29, 2023 01:53
It was not being interpreted as a variable, but as a string instead
The script had several issues which didn't allow it to run successfully.
Here's a summary of the changes:
- At least on Fedora, curl -O causes the script to output the tarball to
the current directory, not the location indicated, so I've removed that
flag
- The directory set for patch is invalid. Add a variable which gives an
absolute location
- patch will fail if it can't find a directory for a variant that isn't
stoney. Ignore the result and continue
- On stoney, zstd will detect file conflicts and hang when it comes to
any of them. Detect the file extensions and run the respective
decompression command for each archive type
With the revamp of the script, the firmware changed its location. Point
back to it on the kernel config.
@WeirdTreeThing WeirdTreeThing merged commit 5524b74 into chrultrabook:main Aug 3, 2023
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