mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 14:52:27 +01:00
procps currently installs its docs into /usr/share/doc, which results in the files `FAQ` and `bugs.md` being installed directly into /usr/share/doc rather than a subdirectory. This commit fixes procps to instead install docs to /usr/share/doc/procps. Signed-off-by: Sebastian <sebastian@sebsite.pw>