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 | fc6236e403d6d8e174ccc164ce1a653c8bf9100b (patch) | |
tree | 46ceb32868815373af935d5ccfa43d867ab6c780 /python | |
parent | a0223bcd076fe444870a82bf67e3728d83259188 (diff) |
python/pyfltk: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/pyfltk/pyfltk.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyfltk/pyfltk.SlackBuild b/python/pyfltk/pyfltk.SlackBuild index 78fd11fe4517..e73aef67e017 100644 --- a/python/pyfltk/pyfltk.SlackBuild +++ b/python/pyfltk/pyfltk.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 |