diff options
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 ;; |