diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:19:12 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:56 -0400 |
commit | ce6edce13bc13532f3723d0df07aeff7a3a836e0 (patch) | |
tree | 3311de15dc1e7b5b49cc09a76d62ce700a80e4ea /libraries/geshi/geshi.SlackBuild | |
parent | 15c966d182723cbd4a185bfa68d1ca566711e752 (diff) | |
download | slackbuilds-ce6edce13bc13532f3723d0df07aeff7a3a836e0.tar.gz |
libraries/geshi: Change i486 to i586
Diffstat (limited to 'libraries/geshi/geshi.SlackBuild')
-rw-r--r-- | libraries/geshi/geshi.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/geshi/geshi.SlackBuild b/libraries/geshi/geshi.SlackBuild index c82a2c8c27..b169946492 100644 --- a/libraries/geshi/geshi.SlackBuild +++ b/libraries/geshi/geshi.SlackBuild @@ -16,7 +16,7 @@ SRCNAM=GeSHi if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -34,7 +34,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" |