summaryrefslogtreecommitdiffstats
path: root/source/n/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/rsync')
-rwxr-xr-xsource/n/rsync/rsync.SlackBuild6
-rw-r--r--source/n/rsync/slack-desc2
2 files changed, 4 insertions, 4 deletions
diff --git a/source/n/rsync/rsync.SlackBuild b/source/n/rsync/rsync.SlackBuild
index 5c48629a5..767ad5068 100755
--- a/source/n/rsync/rsync.SlackBuild
+++ b/source/n/rsync/rsync.SlackBuild
@@ -28,15 +28,15 @@ BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) export ARCH=$( uname -m ) ;;
esac
fi
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
diff --git a/source/n/rsync/slack-desc b/source/n/rsync/slack-desc
index 23284ae6b..7e3b7089a 100644
--- a/source/n/rsync/slack-desc
+++ b/source/n/rsync/slack-desc
@@ -13,7 +13,7 @@ rsync: uses the "rsync algorithm" which provides a very fast method for
rsync: bringing remote files into sync. It does this by sending just the
rsync: differences in the files across the link, without requiring that both
rsync: sets of files are present at one of the ends of the link beforehand.
-rsync:
rsync: rsync was written by Andrew Tridgell and Paul Mackerras.
rsync:
+rsync: Homepage: http://rsync.samba.org
rsync: