diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-20 09:57:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-21 14:31:05 +0700 |
commit | 35e5a574e053339050b8f56f2bacec6133751d39 (patch) | |
tree | 9f57ddd87e50d6a27f30fcf04f2706c94088a3f5 | |
parent | b3e7e57e3159a683daf11be981002cfd0bcddb99 (diff) |
system/sbotools: Fix ARCH.
Tnx to mattegger@github
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/sbotools/sbotools.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/sbotools/sbotools.SlackBuild b/system/sbotools/sbotools.SlackBuild index d2c8f9ce3c38..35c7599d2fbf 100644 --- a/system/sbotools/sbotools.SlackBuild +++ b/system/sbotools/sbotools.SlackBuild @@ -14,7 +14,7 @@ PKGTYPE=${PKGTYPE:-tgz} SRCNAM=$PRGNAM -ARCH-noarch +ARCH=noarch # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information |