diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-06-23 14:45:32 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-06-24 15:00:09 +0200 |
| commit | a55f618ca1b83c02a0239bece8f33cec060c33ef (patch) | |
| tree | f450af5abcd5360141a463a14856ae085778b996 /gui | |
| parent | e596b72cb902c4eed82c691f1d0170821635052b (diff) | |
| download | mullvadvpn-a55f618ca1b83c02a0239bece8f33cec060c33ef.tar.xz mullvadvpn-a55f618ca1b83c02a0239bece8f33cec060c33ef.zip | |
Install zsh completions to /usr/share instead of /usr/local/share in rpm
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tasks/distribution.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/tasks/distribution.js b/gui/tasks/distribution.js index 4e8061a7fa..006c9d6bc5 100644 --- a/gui/tasks/distribution.js +++ b/gui/tasks/distribution.js @@ -154,7 +154,7 @@ const config = { distAssets('linux/problem-report-link') + '=/usr/bin/mullvad-problem-report', distAssets('shell-completions/mullvad.bash') + '=/usr/share/bash-completion/completions/mullvad', - distAssets('shell-completions/_mullvad') + '=/usr/local/share/zsh/site-functions/_mullvad', + distAssets('shell-completions/_mullvad') + '=/usr/share/zsh/site-functions/_mullvad', ], afterInstall: distAssets('linux/after-install.sh'), afterRemove: distAssets('linux/after-remove.sh'), |
