diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 21:28:45 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:41 +0000 |
commit | bc7bcbb278bf095370d662f2281b9aad125815cb (patch) | |
tree | fdae000be8b52332812efbe851b0008ee3c77fca | |
parent | 151dedad1a668e0625036fbcade4cbb9bd12dfba (diff) | |
download | slackbuilds-bc7bcbb278bf095370d662f2281b9aad125815cb.tar.gz |
perl/perl-file-listing: i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | perl/perl-file-listing/perl-file-listing.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/perl/perl-file-listing/perl-file-listing.SlackBuild b/perl/perl-file-listing/perl-file-listing.SlackBuild index 6f1d961677..13368d03d9 100644 --- a/perl/perl-file-listing/perl-file-listing.SlackBuild +++ b/perl/perl-file-listing/perl-file-listing.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 \ |