summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-ShareDir-Install
diff options
context:
space:
mode:
author Andreas Guldstrand2017-01-18 21:54:27 +0100
committer Willy Sudiarto Raharjo2017-01-21 01:04:28 +0100
commit82b3e5dac419c7a21ca2e772599dedca0b5447dc (patch)
tree91315114c80f8b32e2f70f2b044e91ee14ed4520 /perl/perl-File-ShareDir-Install
parent88497a0e312e60f06be5106aa670f8d3f6b9213a (diff)
downloadslackbuilds-82b3e5dac419c7a21ca2e772599dedca0b5447dc.tar.gz
perl/perl-File-ShareDir-Install: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-ShareDir-Install')
-rw-r--r--perl/perl-File-ShareDir-Install/README10
-rw-r--r--perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.SlackBuild6
-rw-r--r--perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.info4
3 files changed, 10 insertions, 10 deletions
diff --git a/perl/perl-File-ShareDir-Install/README b/perl/perl-File-ShareDir-Install/README
index 4dc64da5d0..083882b30c 100644
--- a/perl/perl-File-ShareDir-Install/README
+++ b/perl/perl-File-ShareDir-Install/README
@@ -1,10 +1,10 @@
-File::ShareDir::Install allows you to install read-only data files from a
-distribution. It is a companion module to File::ShareDir, which allows
+File::ShareDir::Install allows you to install read-only data files from a
+distribution. It is a companion module to File::ShareDir, which allows
you to locate these files after installation.
-It is a port of Module::Install::Share to ExtUtils::MakeMaker with the
-improvement of only installing the files you want; .svn, .git and other
+It is a port of Module::Install::Share to ExtUtils::MakeMaker with the
+improvement of only installing the files you want; .svn, .git and other
source-control junk will be ignored.
-Please note that this module installs read-only data files; empty directories
+Please note that this module installs read-only data files; empty directories
will be ignored.
diff --git a/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.SlackBuild b/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.SlackBuild
index ab7e50f1d9..770051f5c0 100644
--- a/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.SlackBuild
+++ b/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.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-ShareDir-Install/perl-File-ShareDir-Install.info b/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.info
index 4541568f72..b774d6179b 100644
--- a/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.info
+++ b/perl/perl-File-ShareDir-Install/perl-File-ShareDir-Install.info
@@ -6,5 +6,5 @@ MD5SUM="37fb7fa72ce7184516dd022aba62f524"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Glenn Becker"
-EMAIL="glenn.becker@gmail.com"
+MAINTAINER="Andreas Guldstrand"
+EMAIL="andreas.guldstrand@gmail.com"