summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-cookies/perl-http-cookies.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-03-21 21:29:39 -0400
committer David Spencer <idlemoor@slackbuilds.org>2017-03-25 13:29:41 +0000
commit7c3d6893c095902764cb5b739d7b8372b1517b24 (patch)
tree4451d8b856313d6af221b5d9e66e3a9a1f410961 /perl/perl-http-cookies/perl-http-cookies.SlackBuild
parent4d57b07b74175ff322d148f74d8e101dd296c1c6 (diff)
downloadslackbuilds-7c3d6893c095902764cb5b739d7b8372b1517b24.tar.gz
slackbuilds-7c3d6893c095902764cb5b739d7b8372b1517b24.tar.xz
perl/perl-http-cookies: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--perl/perl-http-cookies/perl-http-cookies.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl/perl-http-cookies/perl-http-cookies.SlackBuild b/perl/perl-http-cookies/perl-http-cookies.SlackBuild
index 8097cc800a..9e06a3505c 100644
--- a/perl/perl-http-cookies/perl-http-cookies.SlackBuild
+++ b/perl/perl-http-cookies/perl-http-cookies.SlackBuild
@@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -66,10 +66,8 @@ make
make test
make install DESTDIR=$PKG
-# Remove perllocal.pod and other special files that don't need to be installed
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-# Remove empty directories
find $PKG -depth -type d -empty -exec rm -rf {} \;
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \