summaryrefslogtreecommitdiffstats
path: root/development/dotnet-runtime
diff options
context:
space:
mode:
author Reza Talebi <reza.talebi.73@outlook.com>2020-02-08 08:31:12 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 08:31:12 +0700
commit6430b42fcb7eadec1a8f9b000e2f1da452f62668 (patch)
tree051d6cc0df4b396ea68233faa64f56e1a5a6ad61 /development/dotnet-runtime
parentdb25f13292cf7749356bca4262890a767edae915 (diff)
downloadslackbuilds-6430b42fcb7eadec1a8f9b000e2f1da452f62668.tar.gz
slackbuilds-6430b42fcb7eadec1a8f9b000e2f1da452f62668.tar.xz
development/dotnet-runtime: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime')
-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"