mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 13:19:58 +03:00
Fix pkg file to put bash-completion into the right place
The correct directory for completion scripts is bash-completion/completions/dfmt
This commit is contained in:
parent
e9273c169e
commit
358b6e91ea
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ D source code formatter
|
|||
|
||||
ARGS.extend(FUN.mapfiles(dfmt_bindir, '/usr/bin', 'dfmt'))
|
||||
ARGS.extend([
|
||||
'bash-completion/completion/dfmt=/usr/share/bash-completion/completion/dfmt'
|
||||
'bash-completion/completions/dfmt=/usr/share/bash-completion/completions/dfmt'
|
||||
])
|
||||
|
||||
# vim: set ft=python tw=80 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue