summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Reza Talebi2020-02-08 02:31:12 +0100
committer Willy Sudiarto Raharjo2020-02-08 02:31:12 +0100
commit6430b42fcb7eadec1a8f9b000e2f1da452f62668 (patch)
tree051d6cc0df4b396ea68233faa64f56e1a5a6ad61
parentdb25f13292cf7749356bca4262890a767edae915 (diff)
downloadslackbuilds-6430b42fcb7eadec1a8f9b000e2f1da452f62668.tar.gz
development/dotnet-runtime: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/dotnet-runtime/dotnet-runtime.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime/dotnet-runtime.SlackBuild
index 8525d886c9..9be16b639a 100644
--- a/development/dotnet-runtime/dotnet-runtime.SlackBuild
+++ b/development/dotnet-runtime/dotnet-runtime.SlackBuild
@@ -44,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
if [ "$( uname -m )" = "x86_64" ]; then
- ARCH="x86_x64"
+ ARCH="x86_64"
ARCHITECTURE="x64"
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"