diff options
Diffstat (limited to 'network/googler/googler.SlackBuild')
-rw-r--r-- | network/googler/googler.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/googler/googler.SlackBuild b/network/googler/googler.SlackBuild index e719ac5d68..2b183a8db9 100644 --- a/network/googler/googler.SlackBuild +++ b/network/googler/googler.SlackBuild @@ -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} |