mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/googler: Fix zsh completion path.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
47a7db6d0c
commit
1eccf1127a
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for googler
|
||||
|
||||
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=googler
|
||||
VERSION=${VERSION:-3.4}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -82,7 +82,7 @@ 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
|
||||
mkdir -p $PKG/usr/share/site-functions
|
||||
install -D -m0744 auto-completion/zsh/_${PRGNAM} \
|
||||
$PKG/usr/share/site-functions/_${PRGNAM}
|
||||
|
||||
|
|
Loading…
Reference in a new issue