diff options
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 |
commit | 312d0619d732c951bcc7fe7cc14689a715cd77ff (patch) | |
tree | 7948c1e356a82c0b3bbdccccaa061c95dbc828c6 /system/kyotocabinet | |
parent | 9a9cb7ec0def166df85f96089c1e0600e71d6869 (diff) |
system/kyotocabinet: Change i486 to i586
Diffstat (limited to 'system/kyotocabinet')
-rw-r--r-- | system/kyotocabinet/kyotocabinet.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/kyotocabinet/kyotocabinet.SlackBuild b/system/kyotocabinet/kyotocabinet.SlackBuild index 0b3f19c73ff2e..cded6103a3b6f 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 ;; |