diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-02-14 10:30:41 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:55 +0700 |
commit | f61eae6099396867c199b035fc4ea207e8f6ab33 (patch) | |
tree | 2ab259a3f99cfa8e498efbb44410f4190d95455c /desktop/obbrowser/obbrowser.SlackBuild | |
parent | 44f5e093bb02394fd73d8a16e32a009a85392446 (diff) | |
download | slackbuilds-f61eae6099396867c199b035fc4ea207e8f6ab33.tar.gz |
desktop/obbrowser: Updated for version 0.09.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/obbrowser/obbrowser.SlackBuild')
-rw-r--r-- | desktop/obbrowser/obbrowser.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/obbrowser/obbrowser.SlackBuild b/desktop/obbrowser/obbrowser.SlackBuild index 5f3efdcf50..ce248a6d59 100644 --- a/desktop/obbrowser/obbrowser.SlackBuild +++ b/desktop/obbrowser/obbrowser.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for obbrowser. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=obbrowser -VERSION=${VERSION:-0.08} +VERSION=${VERSION:-0.09} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,8 +72,7 @@ find -L . \ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -install -d $PKG/usr/bin -install -D -m755 obbrowser $PKG/usr/bin/obbrowser +install -Dm755 obbrowser $PKG/usr/bin/obbrowser mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |