summaryrefslogtreecommitdiffstats
path: root/misc/hoorex
diff options
context:
space:
mode:
Diffstat (limited to 'misc/hoorex')
-rw-r--r--misc/hoorex/README8
-rw-r--r--misc/hoorex/hoorex.SlackBuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/hoorex/README b/misc/hoorex/README
index 4b33b53705..b2ceb88815 100644
--- a/misc/hoorex/README
+++ b/misc/hoorex/README
@@ -9,7 +9,7 @@ either case, the output is listed in build order and (using command
line switches) can be filtered and formatted to accomodate a variety
of usage scenarios.
-Commandline tab completion is available in bash shells provided that
-Slackware's bash-completion package (from Slackware CD "extra" directory)
-has been installed at run time. The tab completion for zsh should just work
-(thanks to contribution from David O'Shaughnessy).
+Commandline tab completion is available in bash shells provided
+that Slackware's bash-completion package (from Slackware CD "extra"
+directory) has been installed at run time. The tab completion for zsh
+should just work (thanks to contribution from David O'Shaughnessy).
diff --git a/misc/hoorex/hoorex.SlackBuild b/misc/hoorex/hoorex.SlackBuild
index 2d9ddc75e0..ad510e4286 100644
--- a/misc/hoorex/hoorex.SlackBuild
+++ b/misc/hoorex/hoorex.SlackBuild
@@ -43,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"