summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/luckybackup/luckybackup.SlackBuild8
-rw-r--r--system/luckybackup/luckybackup.info2
2 files changed, 5 insertions, 5 deletions
diff --git a/system/luckybackup/luckybackup.SlackBuild b/system/luckybackup/luckybackup.SlackBuild
index 0e08ce8256..314debf22b 100644
--- a/system/luckybackup/luckybackup.SlackBuild
+++ b/system/luckybackup/luckybackup.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for luckybackup
-# Copyright by titopoquito (titopoquito@gmail.com), rob van nues (rvnues@tesco.net)
+# Copyright by titopoquito (titopoquito@gmail.com), rob van nues (sborg63@disroot.org)
# Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that
# the above copyright notice and this permission notice appear in all
@@ -36,7 +36,7 @@ ADDGKSU=true # change to false if gksu is not used (on non-KDE systems)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -47,8 +47,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"
diff --git a/system/luckybackup/luckybackup.info b/system/luckybackup/luckybackup.info
index e531189007..3f24000013 100644
--- a/system/luckybackup/luckybackup.info
+++ b/system/luckybackup/luckybackup.info
@@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="rob van nues"
-EMAIL="rvnues-at-tesco.net"
+EMAIL="sborg63@disroot.org"