From 0b17a389cfcc4add197c26cfd9b4a94d9e0796fe Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 4 Jun 2017 01:51:57 +0700 Subject: business/stansoft: Fix architecture naming. Signed-off-by: Willy Sudiarto Raharjo --- business/stansoft/stansoft.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'business/stansoft/stansoft.SlackBuild') diff --git a/business/stansoft/stansoft.SlackBuild b/business/stansoft/stansoft.SlackBuild index ad9edff021..d549462c16 100644 --- a/business/stansoft/stansoft.SlackBuild +++ b/business/stansoft/stansoft.SlackBuild @@ -62,13 +62,13 @@ OUTPUT=${OUTPUT:-/tmp} # No flags/configure needed as it is just a binary repackaging, # but we will make sure the correct ARCH package is used. if [ "$ARCH" = "i586" ]; then - ARCH=x86 + SARCH=x86 elif [ "$ARCH" = "i686" ]; then - ARCH=x86 + SARCH=x86 elif [ "$ARCH" = "x86_64" ]; then - ARCH=$ARCH + SARCH=$ARCH else - ARCH=x86_64 + SARCH=x86_64 fi set -e @@ -76,7 +76,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG/opt $OUTPUT cd $PKG/opt -tar xvf $CWD/$PRGNAM-v$VERSION-$ARCH.tar.bz2 +tar xvf $CWD/$PRGNAM-v$VERSION-$SARCH.tar.bz2 cd $PKG chown -R root:root . find -L . \ -- cgit v1.2.3