Bug #806
Patch to fix bash completion installation
Status: | Closed | Start date: | 2015-11-04 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next minor release | |||
Affected version: | 5.2-svn | Platform: |
Description
To follow up on Joaquim's request in #795 to test the 5.2.0 branch, I've started testing the upcoming release by updating the Debian package with an SVN export of r15153.
That uncovered an issue with the bash completion installation when DGMT_INSTALL_TRADITIONAL_FOLDERNAMES=off
is used.
The CMake option
command only allows ON/OFF
selection and defaults to OFF
, this causes the installation of $prefix/OFF/gmt
instead of $prefix/etc/bash_completion.d/gmt
as before.
The attached patch fixes the issue by changing the option
into a set
command.
Associated revisions
Added Bas fix via issue #806
History
#1
Updated by Paul over 2 years ago
- Status changed from New to Resolved
- Assignee set to Paul
- % Done changed from 0 to 100
Thanks, in r15155.