diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:35 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:24:05 -0400 |
commit | 82a44b80f0b04b39c67efc0ebb729c22356f5cdf (patch) | |
tree | 06c9c69899a2e0069b06ce1bc6291c8b3bf955b6 /libraries/xerces | |
parent | b4d69a5f03292ee3890ab6c1b0ce1516f0ce2b3f (diff) | |
download | slackbuilds-82a44b80f0b04b39c67efc0ebb729c22356f5cdf.tar.gz |
libraries/xerces: Change i486 to i586
Diffstat (limited to 'libraries/xerces')
-rw-r--r-- | libraries/xerces/xerces.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/xerces/xerces.SlackBuild b/libraries/xerces/xerces.SlackBuild index 207367b8e2..4f8511113c 100644 --- a/libraries/xerces/xerces.SlackBuild +++ b/libraries/xerces/xerces.SlackBuild @@ -37,7 +37,7 @@ ANTHOME=/usr/share/ant if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac |