Makefile: fixed manpage install location #97

Closed
emma wants to merge 0 commits from manpage-install into main
Owner
No description provided.
emma added the
bug
label 2024-04-25 18:43:01 +00:00
emma self-assigned this 2024-04-25 18:43:01 +00:00
emma added 1 commit 2024-04-25 18:43:01 +00:00
emma requested review from trinity 2024-04-25 18:43:04 +00:00
emma added 1 commit 2024-04-25 18:44:25 +00:00
trinity approved these changes 2024-04-27 01:49:26 +00:00
trinity left a comment
Owner

Other than my boomer gripe it looks good.

Other than my boomer gripe it looks good.
@ -17,6 +17,8 @@
DESTDIR ?= dist
PREFIX ?= /usr/local
MANDIR != [ $(PREFIX) = / ] && printf '/usr/share/man\n' \
Owner

Could we use [ as test? The left-bracket use is a code smell for me as it tends to be more error prone. This particular usage seems fine.

Could we use `[` as `test`? The left-bracket use is a code smell for me as it tends to be more error prone. This particular usage seems fine.
Author
Owner

Merged.

Merged.
emma closed this pull request 2024-04-27 19:03:08 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 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: bonsai/coreutils#97
No description provided.