summaryrefslogtreecommitdiffstats
path: root/network/EarthReader-Web/EarthReader-Web.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-04-30 08:29:50 +0200
committer Willy Sudiarto Raharjo2014-04-30 15:15:07 +0200
commit95ffd75f9a39dd9805e303ba7ea21b637e848f01 (patch)
tree2802f4ef8fcf67786721fe6a8c3e5b0502382210 /network/EarthReader-Web/EarthReader-Web.SlackBuild
parentd4ab5bf88f7ba1f37b5eb44e8c1f3fa99fd6fd14 (diff)
downloadslackbuilds-95ffd75f9a39dd9805e303ba7ea21b637e848f01.tar.gz
network/EarthReader-Web: Updated for version 0.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/EarthReader-Web/EarthReader-Web.SlackBuild')
-rw-r--r--network/EarthReader-Web/EarthReader-Web.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/EarthReader-Web/EarthReader-Web.SlackBuild b/network/EarthReader-Web/EarthReader-Web.SlackBuild
index dfc22f6b33..6040387258 100644
--- a/network/EarthReader-Web/EarthReader-Web.SlackBuild
+++ b/network/EarthReader-Web/EarthReader-Web.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=EarthReader-Web
-VERSION=${VERSION:-0.1.1}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python setup.py install --root=$PKG
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