summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/atool/README4
-rw-r--r--system/atool/atool.SlackBuild8
2 files changed, 6 insertions, 6 deletions
diff --git a/system/atool/README b/system/atool/README
index 183ea20ea1..697bb6a676 100644
--- a/system/atool/README
+++ b/system/atool/README
@@ -1,7 +1,7 @@
-atool is a script for managing file archives of various types
+atool is a script for managing file archives of various types
(tar, tar+gzip, zip, etcetera).
-The main command is aunpack which extracts files from an archive.
+The main command is aunpack which extracts files from an archive.
Did you ever extract files from an archive, not checking whether the
files were located in a subdirectory or in the top directory of the
archive, resulting in files scattered all over the place? aunpack
diff --git a/system/atool/atool.SlackBuild b/system/atool/atool.SlackBuild
index 81341100cd..fe7947a69c 100644
--- a/system/atool/atool.SlackBuild
+++ b/system/atool/atool.SlackBuild
@@ -24,12 +24,12 @@
PRGNAM=atool
VERSION=${VERSION:-0.39.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,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"