summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Copy-Recursive
diff options
context:
space:
mode:
author Andreas Guldstrand <andreas.guldstrand@gmail.com>2017-01-18 20:52:25 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-21 07:04:28 +0700
commit88497a0e312e60f06be5106aa670f8d3f6b9213a (patch)
tree1192e969cc7983d0ae264d5e47f6a05d9b966a76 /perl/perl-File-Copy-Recursive
parentf86ab0e8f8119853b374a84e230e8d48cb800964 (diff)
downloadslackbuilds-88497a0e312e60f06be5106aa670f8d3f6b9213a.tar.gz
slackbuilds-88497a0e312e60f06be5106aa670f8d3f6b9213a.tar.xz
perl/perl-File-Copy-Recursive: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Copy-Recursive')
-rw-r--r--perl/perl-File-Copy-Recursive/README4
-rw-r--r--perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.SlackBuild6
-rw-r--r--perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.info4
3 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-File-Copy-Recursive/README b/perl/perl-File-Copy-Recursive/README
index 7b25412264..8ed8f56dc6 100644
--- a/perl/perl-File-Copy-Recursive/README
+++ b/perl/perl-File-Copy-Recursive/README
@@ -1,3 +1,3 @@
-This module copies and moves directories recursively (or single files, well...
-singly) to an optional depth and attempts to preserve each file or directory's
+This module copies and moves directories recursively (or single files, well...
+singly) to an optional depth and attempts to preserve each file or directory's
mode.
diff --git a/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.SlackBuild b/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.SlackBuild
index 80a4909f2e..2d3257dcfd 100644
--- a/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.SlackBuild
+++ b/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.SlackBuild
@@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,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/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.info b/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.info
index 69c8550562..effb8fb78f 100644
--- a/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.info
+++ b/perl/perl-File-Copy-Recursive/perl-File-Copy-Recursive.info
@@ -6,5 +6,5 @@ MD5SUM="e76dc75ab456510d67c6c3a95183f72f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Glenn Becker"
-EMAIL="glenn.becker@gmail.com"
+MAINTAINER="Andreas Guldstrand"
+EMAIL="andreas.guldstrand@gmail.com"