summaryrefslogtreecommitdiffstats
path: root/games/chromium-bsu/chromium-bsu.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-08-04 22:24:12 -0700
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:51 +0100
commit1db7393829e0aa87677a4fd6b02cd956bc7eb166 (patch)
tree1311c447e793f03177c4f6260dce227f1872a0f3 /games/chromium-bsu/chromium-bsu.SlackBuild
parent0e32deff3c65016e936eccdecdc6bf9d4f5f25d8 (diff)
downloadslackbuilds-1db7393829e0aa87677a4fd6b02cd956bc7eb166.tar.gz
slackbuilds-1db7393829e0aa87677a4fd6b02cd956bc7eb166.tar.xz
games/chromium-bsu: Updated for version 0.9.16
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'games/chromium-bsu/chromium-bsu.SlackBuild')
-rw-r--r--games/chromium-bsu/chromium-bsu.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/chromium-bsu/chromium-bsu.SlackBuild b/games/chromium-bsu/chromium-bsu.SlackBuild
index f8adb1cac7..c08acd4fa6 100644
--- a/games/chromium-bsu/chromium-bsu.SlackBuild
+++ b/games/chromium-bsu/chromium-bsu.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for chromium
#
# Copyright 2007 Niklas "Nille" Åkerström
-# Copyright 2014 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2014-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
# Modified by Erik Hanson <erik@slackbuilds.org>
PRGNAM=chromium-bsu
-VERSION=${VERSION:-0.9.15.1}
+VERSION=${VERSION:-0.9.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,7 +66,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -85,8 +85,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
-cp \
- AUTHORS ChangeLog COPYING NEWS README* data/doc/*.htm \
+cp -a \
+ AUTHORS ChangeLog COPYING NEWS README* data/doc/*.html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild