diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-12-09 11:52:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-16 07:32:18 +0700 |
commit | 134dc4cf0a882e8817efbaf6ed5812f993dc7a3d (patch) | |
tree | 11d47d0f56e1f85d271b8cd63b84521586e91020 /network/googler/googler.SlackBuild | |
parent | 941376b5699dab3f86146a62c46ca5ecfc8db72f (diff) | |
download | slackbuilds-134dc4cf0a882e8817efbaf6ed5812f993dc7a3d.tar.gz |
network/googler: Updated for version 3.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/googler/googler.SlackBuild')
-rw-r--r-- | network/googler/googler.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/network/googler/googler.SlackBuild b/network/googler/googler.SlackBuild index a693be17f6..e719ac5d68 100644 --- a/network/googler/googler.SlackBuild +++ b/network/googler/googler.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=googler -VERSION=${VERSION:-3.3} +VERSION=${VERSION:-3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,11 @@ mkdir -p $PKG/etc/bash_completion.d install -D -m0744 auto-completion/bash/${PRGNAM}-completion.bash \ $PKG/etc/bash_completion.d/${PRGNAM}-completion.bash +# Install zsh completion file +mkdir -p $PKG/etc/bash_completion.d +install -D -m0744 auto-completion/zsh/_${PRGNAM} \ + $PKG/usr/share/site-functions/_${PRGNAM} + # Install fish completion file if [ -d "/etc/fish/completions" ]; then install -D -m0744 auto-completion/fish/${PRGNAM}.fish \ |