diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:48 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:47 -0400 |
commit | 2b09b5382eff252835956382c30a1d7dc38b72f3 (patch) | |
tree | f1e54d1081bb3192f7a4d2c1a66facfd2fb78113 /python/relatorio | |
parent | ac496a7fe03d3368b745689426e8335bd02ac2bd (diff) |
python/relatorio: Change i486 to i586
Diffstat (limited to 'python/relatorio')
-rw-r--r-- | python/relatorio/relatorio.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/relatorio/relatorio.SlackBuild b/python/relatorio/relatorio.SlackBuild index 418cd54dfb69..60f1ebbd2473 100644 --- a/python/relatorio/relatorio.SlackBuild +++ b/python/relatorio/relatorio.SlackBuild @@ -30,7 +30,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -48,7 +48,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" |