-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Milestone
Description
Copied from AerynOS/os-tools#571:
By default man3 pages get auto-patterned to the -devel subpackage but it seems there was an oversight and localized man3 pages are not included e.g. /usr/share/man/uk/man3/
@joebonrichie said that Ypkg probably has the same problem (it does), to which I said "it should be an easy fix." Little did I know that Ypkg uses its own Temu version of glob to do pattern matching. We should rip all of that out, and use proper glob from Python, because really, why wouldn't we?
See: https://github.com/getsolus/ypkg/blob/master/ypkg2/stringglob.py
See: https://github.com/getsolus/ypkg/blob/master/ypkg2/packages.py#L243
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo