summaryrefslogtreecommitdiffstats
path: root/business
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 02:54:30 +0100
committer B. Watson2022-06-07 08:23:09 +0200
commit472093b22259073fba1e7ca0ce220b81206c2bbc (patch)
tree804ff8c07dae3c4b14e6b9f5a623c87531f4ff50 /business
parent2ba5ba66e68bc0ee6fa3f61c2c3c7582d51c3420 (diff)
downloadslackbuilds-472093b22259073fba1e7ca0ce220b81206c2bbc.tar.gz
business/skrooge: Change i486 to i586
Diffstat (limited to 'business')
-rw-r--r--business/skrooge/skrooge.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/business/skrooge/skrooge.SlackBuild b/business/skrooge/skrooge.SlackBuild
index 1c6cae7cf8..9cb1ae8d03 100644
--- a/business/skrooge/skrooge.SlackBuild
+++ b/business/skrooge/skrooge.SlackBuild
@@ -31,7 +31,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
*) export ARCH=$( uname -m ) ;;
esac