diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:54:45 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:45 -0400 |
commit | aad3f707116f9e2f81edfc899ddb0adf1f90f6f0 (patch) | |
tree | 044af192ffe378ccec9746fd5b0cc7b0744cb538 /python | |
parent | 1092ba6c3b86d06bc024dcf60acc00c9cb14fc28 (diff) |
python/pyinotify: Change i486 to i586
Diffstat (limited to 'python')
-rw-r--r-- | python/pyinotify/pyinotify.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyinotify/pyinotify.SlackBuild b/python/pyinotify/pyinotify.SlackBuild index 8aaa4145af55..2d2e6d2ab1c7 100644 --- a/python/pyinotify/pyinotify.SlackBuild +++ b/python/pyinotify/pyinotify.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 |