summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:33:19 +0100
committer B. Watson2022-06-07 08:23:22 +0200
commit6a825accb8e7b5d7ca81c0e56e003c939f09c10f (patch)
tree7cceb66543fd446b594200e12a5043a837da3b92 /misc
parentdc0f9b0c664b7829ebcfdeb7897b3d95799d6602 (diff)
downloadslackbuilds-6a825accb8e7b5d7ca81c0e56e003c939f09c10f.tar.gz
misc/chm2pdf: Change i486 to i586
Diffstat (limited to 'misc')
-rw-r--r--misc/chm2pdf/chm2pdf.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/chm2pdf/chm2pdf.SlackBuild b/misc/chm2pdf/chm2pdf.SlackBuild
index dd528d79f8..206fe87703 100644
--- a/misc/chm2pdf/chm2pdf.SlackBuild
+++ b/misc/chm2pdf/chm2pdf.SlackBuild
@@ -35,7 +35,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