Fix makefile trying to install bash_completion on systems without it #4

Manually merged
tomasino merged 2 commits from paper/pb:fix-makefile-1 into master 2020-02-04 17:51:57 +00:00
Contributor

On systems without bash completion, CPLDIR is empty, but the makefile still tries to install the bash completion and fails. This PR solves it.

On systems without bash completion, CPLDIR is empty, but the makefile still tries to install the bash completion and fails. This PR solves it.
tomasino closed this pull request 2020-02-04 17:51:56 +00:00
Owner

Thanks! Not sure what I was smoking when I manually created directories and copied files instead of using install(1). Cheers

Thanks! Not sure what I was smoking when I manually created directories and copied files instead of using install(1). Cheers
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: tomasino/pb#4
No description provided.