Wrong path when extracting release archives #12
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/libucontext#12
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
All
zip
andtar.gz
releases extract to a path prefixed with the string"libucontext-"
, which is unnecessary and can even cause issues when used in automatic scripts or makefiles.Example:
libucontext-0.1.3.tar.gz
extracts tolibucontext-0.1.3/
libucontext-0.1.3.tar.gz
extracts tolibucontext-libucontext-0.1.3/
Same for
zip
archives and other versions.real libucontext releases are at https://distfiles.dereferenced.org/libucontext/