diff options
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 |
commit | 6430b42fcb7eadec1a8f9b000e2f1da452f62668 (patch) | |
tree | 051d6cc0df4b396ea68233faa64f56e1a5a6ad61 /development | |
parent | db25f13292cf7749356bca4262890a767edae915 (diff) | |
download | slackbuilds-6430b42fcb7eadec1a8f9b000e2f1da452f62668.tar.gz |
development/dotnet-runtime: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.SlackBuild | 2 |
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" |