diff options
author | Niklas 'Nille' Åkerström <nille.kungen[AT]gmail.com> | 2011-01-06 14:33:23 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-01-10 15:04:22 -0600 |
commit | 1f4eaa1ccca074e43ad78818090f1f8df679192c (patch) | |
tree | c97ba368bb4f645d4bf71b2b708f45eb79e2af92 /games/chromium-bsu/chromium-bsu.SlackBuild | |
parent | d099f393639b0da22f05c53a3e4974d9aa3cad31 (diff) | |
download | slackbuilds-1f4eaa1ccca074e43ad78818090f1f8df679192c.tar.gz |
games/chromium-bsu: Updated for version 0.9.14.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/chromium-bsu/chromium-bsu.SlackBuild')
-rw-r--r-- | games/chromium-bsu/chromium-bsu.SlackBuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/chromium-bsu/chromium-bsu.SlackBuild b/games/chromium-bsu/chromium-bsu.SlackBuild index e6445578dc..6b15e38589 100644 --- a/games/chromium-bsu/chromium-bsu.SlackBuild +++ b/games/chromium-bsu/chromium-bsu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for chromium # -# Copyright 2007 Niklas "Nille" Åkerström +# Copyright 2007 Niklas "Nille" Ã…kerström # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,16 +25,14 @@ # Modified by Erik Hanson <erik@slackbuilds.org> PRGNAM=chromium-bsu -VERSION=0.9.14 +VERSION=0.9.14.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -83,7 +81,7 @@ gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp \ - ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* TODO data/doc/*.htm \ + ABOUT-NLS AUTHORS ChangeLog COPYING NEWS README* data/doc/*.htm \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild @@ -93,7 +91,3 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} - -if [ "$1" = "--cleanup" ]; then - rm -rf $PKG $TMP/$PRGNAM-$VERSION -fi
\ No newline at end of file |