Wrong path when extracting release archives #12

Closed
opened 2019-04-09 09:37:06 +00:00 by gabrielivascu · 1 comment
gabrielivascu commented 2019-04-09 09:37:06 +00:00 (Migrated from github.com)

All zip and tar.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:

  • Expected output: libucontext-0.1.3.tar.gz extracts to libucontext-0.1.3/
  • Actual output: libucontext-0.1.3.tar.gz extracts to libucontext-libucontext-0.1.3/

Same for zip archives and other versions.

All `zip` and `tar.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: * Expected output: `libucontext-0.1.3.tar.gz` extracts to `libucontext-0.1.3/` * Actual output: `libucontext-0.1.3.tar.gz` extracts to `libucontext-libucontext-0.1.3/` Same for `zip` archives and other versions.

real libucontext releases are at https://distfiles.dereferenced.org/libucontext/

real libucontext releases are at https://distfiles.dereferenced.org/libucontext/
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/libucontext#12
There is no content yet.