Skip to content

patchpkg: add packageFS to handle store paths #2246

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

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

gcurtis
Copy link
Collaborator

@gcurtis gcurtis commented Sep 3, 2024

Add a packageFS type that extends fs.FS to translate to/from operating system paths. This makes it a little easier to get real file paths when writing or passing files to external commands (like patchelf).

Add a `packageFS` type that extends `fs.FS` to translate to/from
operating system paths. This makes it a little easier to get real file
paths when writing or passing files to external commands (like
`patchelf`).
@gcurtis gcurtis merged commit 295b26b into main Sep 3, 2024
24 checks passed
@gcurtis gcurtis deleted the gcurtis/packagefs branch September 3, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants