diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:44 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:45 -0400 |
commit | 111b8d5df325f17fb98ecea565d7799aa532a428 (patch) | |
tree | c489daaed7152c96c219a2e9783987cbfea0217c /python | |
parent | edb34556fececce41f41c3eedad44e72b2fe47d6 (diff) |
python/pydblite: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/pydblite/pydblite.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pydblite/pydblite.SlackBuild b/python/pydblite/pydblite.SlackBuild index e58ab1cccf0d..a08f08f3de7d 100644 --- a/python/pydblite/pydblite.SlackBuild +++ b/python/pydblite/pydblite.SlackBuild @@ -32,7 +32,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 |