summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Reza Talebi2020-02-08 02:30:27 +0100
committer Willy Sudiarto Raharjo2020-02-08 02:30:27 +0100
commitdb25f13292cf7749356bca4262890a767edae915 (patch)
tree9223e1ea2f6b52625b6a8ba522a3d883ffff15dc /libraries
parent064a260e7343cdd5761fa6f1d0f3fd97d8e744d4 (diff)
downloadslackbuilds-db25f13292cf7749356bca4262890a767edae915.tar.gz
libraries/aspnetcore-runtime: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild b/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild
index 50870dfe2e..801b3195e8 100644
--- a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild
+++ b/libraries/aspnetcore-runtime/aspnetcore-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"