diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-02-08 08:30:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 08:30:27 +0700 |
commit | db25f13292cf7749356bca4262890a767edae915 (patch) | |
tree | 9223e1ea2f6b52625b6a8ba522a3d883ffff15dc /libraries | |
parent | 064a260e7343cdd5761fa6f1d0f3fd97d8e744d4 (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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" |