Skip to content

Conversation

@mgorny
Copy link

@mgorny mgorny commented Mar 12, 2025

Fix manpage install to remove the duplicate "usr/" directory. Data files are installed relatively to sys.prefix, which is /usr for system-wide installations on Unix-like systems, so including usr in the path results in a double /usr/usr/share/man....

Fixes #1306

Fix manpage install to remove the duplicate "usr/" directory.  Data
files are installed relatively to `sys.prefix`, which is `/usr` for
system-wide installations on Unix-like systems, so including `usr`
in the path results in a double `/usr/usr/share/man...`.

Fixes #1306
@heuer
Copy link
Owner

heuer commented Mar 12, 2025

Thank you.
This addresses the same issue as #146. However, the issue requires further action.
If you don't mind, I'll close the PR and implement a different solution that takes yours into account.

@heuer heuer closed this Mar 12, 2025
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