diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-12 17:44:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:44:05 +0200 |
commit | 75ba5d76726f1ebe35f0fc2e7bbfcd894c4c0749 (patch) | |
tree | 98b21bdb1d2bed4cda8d497e54fec07080d0f58c /network/opera/opera.SlackBuild | |
parent | 1776c3e9abae16e8c91a93b1635a08125d55893c (diff) |
network/opera: Updated for version 9.64
Diffstat (limited to 'network/opera/opera.SlackBuild')
-rw-r--r-- | network/opera/opera.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index e5c1d070e5cb..1a66809ee104 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for opera # Copyright 2006 Martin Lefebvre <dadexter@gmail.com> -# Copyright 2008 Robby Workman, Northport, Alabama, USA +# Copyright 2008,2009 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opera -VERSION=9.62 +VERSION=9.64 ARCH=i386 # Leave this alone BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp} CHINESE_FIX=${CHINESE_FIX:-NO} # Don't bother this - it's for easier manipulation and sed'ing later -TOPDIR=$(tar tf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.i386.tar.bz2 |head -1) +TOPDIR=$(tar tf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.${ARCH}.tar.bz2 |head -1) set -e @@ -51,7 +51,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TOPDIR -tar xvf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.i386.tar.bz2 +tar xvf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.${ARCH}.tar.bz2 cd $TOPDIR chown -R root:root . chmod -R u+w,go+r-w,a-s . |