We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3906f4 commit a95bbb7Copy full SHA for a95bbb7
README.md
@@ -234,14 +234,14 @@ A. [ Disclaimer: Here, how to make the completion code visible to
234
Example for `Makefile.am`:
235
236
```makefile
237
- bashcompdir = $(datarootdir)/bash-completion/completions
+ bashcompdir = $(datadir)/bash-completion/completions
238
dist_bashcomp_DATA = your-completion-file
239
```
240
241
Example for `CMakeLists.txt`:
242
243
```cmake
244
- install(FILES your-completion-file DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/bash-completion/completions")
+ install(FILES your-completion-file DESTINATION "${CMAKE_INSTALL_DATADIR}/bash-completion/completions")
245
246
247
**Q. When completing on a symlink to a directory, bash does not append
0 commit comments