diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-17 08:07:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-17 08:07:45 +0700 |
commit | a6a48e04fbd8e22531cd82fdfc9353caa16bddc0 (patch) | |
tree | 3a50541bc4516bf781347c646e948295dc797ad8 /network/google-cli/google-cli.SlackBuild | |
parent | 8580d18b672548b773910e8bf5b589c8682e5303 (diff) | |
download | slackbuilds-a6a48e04fbd8e22531cd82fdfc9353caa16bddc0.tar.gz |
network/google-cli: Updated for version 1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/google-cli/google-cli.SlackBuild')
-rw-r--r-- | network/google-cli/google-cli.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/google-cli/google-cli.SlackBuild b/network/google-cli/google-cli.SlackBuild index 686cf8c724..05f0ff663a 100644 --- a/network/google-cli/google-cli.SlackBuild +++ b/network/google-cli/google-cli.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=google-cli -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,7 +56,7 @@ fi set -e -SRCVER="v1.7" +SRCVER="v1.8" rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -DOCS="ChangeLog COPYING google-cli.png README.md" +DOCS="COPYING google-cli.png README.md" mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION |