summaryrefslogtreecommitdiffstats
path: root/chromium-dev
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-04-26 09:48:12 +0000
committer Eric Hameleers <alien@slackware.com>2014-04-26 09:48:12 +0000
commit9252e91c42c5b495c05da10a8686110173c66032 (patch)
treed5bc76e27e49327db0748b276b377ff21fee6bfc /chromium-dev
parentc79e32614df60f5ae778be82483dbda61a210a9c (diff)
downloadasb-9252e91c42c5b495c05da10a8686110173c66032.tar.gz
asb-9252e91c42c5b495c05da10a8686110173c66032.tar.xz
Updated to 34.0.1847.132, fixed a script bug
Diffstat (limited to 'chromium-dev')
-rwxr-xr-xchromium-dev/build/chromium.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild
index d3fd0214..308ac63c 100755
--- a/chromium-dev/build/chromium.SlackBuild
+++ b/chromium-dev/build/chromium.SlackBuild
@@ -66,6 +66,9 @@
# 34.0.1847.116-1:
# 09/apr/2014 by Eric Hameleers <alien@slackware.com>
# * Update comes with several security fixes.
+# 34.0.1847.132-1:
+# 25/apr/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh chromium.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -74,7 +77,7 @@
# -----------------------------------------------------------------------------
PRGNAM=chromium
-VERSION=${VERSION:-34.0.1847.116}
+VERSION=${VERSION:-34.0.1847.132}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -392,7 +395,7 @@ cp -a out/Release/resources $PKG/usr/lib${LIBDIRSUFFIX}/chromium/
install -D -m0644 out/Release/chrome.1 $PKG/usr/man/man1/chromium.1
# Without this file, chromium refuses to start:
-cp -a third_party/icu/source/data/in/icudtl.dat $PKG/usr/lib64/chromium/
+cp -a third_party/icu/source/data/in/icudtl.dat $PKG/usr/lib${LIBDIRSUFFIX}/chromium/
# Install a wrapper script:
install -D -m0755 $SRCDIR/chromium.sh $PKG/usr/bin/chromium