diff options
Diffstat (limited to 'business/stansoft/stansoft.SlackBuild')
-rw-r--r-- | business/stansoft/stansoft.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/business/stansoft/stansoft.SlackBuild b/business/stansoft/stansoft.SlackBuild index d549462c16..7f4d876f70 100644 --- a/business/stansoft/stansoft.SlackBuild +++ b/business/stansoft/stansoft.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=stansoft -VERSION=${VERSION:-7.11} +VERSION=${VERSION:-7.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,9 +66,9 @@ if [ "$ARCH" = "i586" ]; then elif [ "$ARCH" = "i686" ]; then SARCH=x86 elif [ "$ARCH" = "x86_64" ]; then - SARCH=$ARCH -else SARCH=x86_64 +else + SARCH=$ARCH fi set -e |