You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
mole-cleaner: fix fish completions path
This commit is contained in:
@@ -5,7 +5,7 @@ PortGroup golang 1.0
|
||||
|
||||
go.setup github.com/tw93/Mole 1.40.0 V
|
||||
name [string tolower ${github.project}]-cleaner
|
||||
revision 0
|
||||
revision 1
|
||||
categories sysutils
|
||||
platforms macosx
|
||||
license MIT
|
||||
@@ -42,7 +42,7 @@ destroot {
|
||||
copy ${worksrcpath}/bin ${worksrcpath}/lib ${destroot}${script_dir}
|
||||
# All supported shells: bash, fish, zsh
|
||||
set comp_path(bash) ${destroot}${prefix}/share/bash-completion/completions/
|
||||
set comp_path(fish) ${destroot}${prefix}/share/fish/completions/
|
||||
set comp_path(fish) ${destroot}${prefix}/share/fish/vendor_completions.d/
|
||||
set comp_path(zsh) ${destroot}${prefix}/share/zsh/site-functions/
|
||||
set comp_file(bash) [string tolower ${github.project}]
|
||||
set comp_file(fish) [string tolower ${github.project}].fish
|
||||
|
||||
Reference in New Issue
Block a user