summaryrefslogtreecommitdiffstats
path: root/system/kyotocabinet
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 21:02:25 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:50 -0400
commit312d0619d732c951bcc7fe7cc14689a715cd77ff (patch)
tree7948c1e356a82c0b3bbdccccaa061c95dbc828c6 /system/kyotocabinet
parent9a9cb7ec0def166df85f96089c1e0600e71d6869 (diff)
downloadslackbuilds-312d0619d732c951bcc7fe7cc14689a715cd77ff.tar.gz
slackbuilds-312d0619d732c951bcc7fe7cc14689a715cd77ff.tar.xz
system/kyotocabinet: Change i486 to i586
Diffstat (limited to 'system/kyotocabinet')
-rw-r--r--system/kyotocabinet/kyotocabinet.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kyotocabinet/kyotocabinet.SlackBuild b/system/kyotocabinet/kyotocabinet.SlackBuild
index 0b3f19c73f..cded6103a3 100644
--- a/system/kyotocabinet/kyotocabinet.SlackBuild
+++ b/system/kyotocabinet/kyotocabinet.SlackBuild
@@ -31,7 +31,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- # archs i386 and i486 are not supported
+ # archs i386 and i586 are not supported
# thanks to Thomas Morper
i?86) ARCH=i686 ;;
arm*) ARCH=arm ;;