summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-response-encoding
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:30:38 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:42 +0000
commitb0be061761125b024dd3b6262a784666b9f10a30 (patch)
treed31d83241cc5052a7ca23aa545103d849730691f /perl/perl-http-response-encoding
parentfcd982fae645daf1ad548a155ef5bb9cccc3a483 (diff)
downloadslackbuilds-b0be061761125b024dd3b6262a784666b9f10a30.tar.gz
slackbuilds-b0be061761125b024dd3b6262a784666b9f10a30.tar.xz
perl/perl-http-response-encoding: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-response-encoding')
-rw-r--r--perl/perl-http-response-encoding/perl-http-response-encoding.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/perl/perl-http-response-encoding/perl-http-response-encoding.SlackBuild b/perl/perl-http-response-encoding/perl-http-response-encoding.SlackBuild
index 2d93d0bc96..85f27ad929 100644
--- a/perl/perl-http-response-encoding/perl-http-response-encoding.SlackBuild
+++ b/perl/perl-http-response-encoding/perl-http-response-encoding.SlackBuild
@@ -33,7 +33,7 @@ SRCNAM=HTTP-Response-Encoding
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -44,8 +44,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"
@@ -88,11 +88,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-# Remove perllocal.pod and other special files that don't need to be installed,
-# as they will overwrite what's already on the system
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-# Remove empty directories
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION