Skip to content

Commit 4725a62

Browse files
authored
Merge pull request #333 from stefan-koch-sociomantic/fix_completion_install
Fix pkg file to put bash-completion into the right place
2 parents e9273c1 + 358b6e9 commit 4725a62

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/dfmt.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ D source code formatter
2525

2626
ARGS.extend(FUN.mapfiles(dfmt_bindir, '/usr/bin', 'dfmt'))
2727
ARGS.extend([
28-
'bash-completion/completion/dfmt=/usr/share/bash-completion/completion/dfmt'
28+
'bash-completion/completions/dfmt=/usr/share/bash-completion/completions/dfmt'
2929
])
3030

3131
# vim: set ft=python tw=80 :

0 commit comments

Comments
 (0)