summaryrefslogtreecommitdiffstats
path: root/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
diff options
context:
space:
mode:
author Ryan S. Northrup <northrup@yellowapple.us>2017-02-11 21:42:45 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-11 21:43:05 +0000
commit1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91 (patch)
treee3a064bfdc66f38b3de2e5306ecac7ebce49fb88 /perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
parentcb4c9f87b35b80bc00d2c3529317b1117a02497b (diff)
downloadslackbuilds-1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91.tar.gz
slackbuilds-1d2f6ff75c5a0e1e3e4f6dfb8ad7ed4bf77b6d91.tar.xz
perl/perl-file-path-expand: New maintainer + new download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-file-path-expand/perl-file-path-expand.SlackBuild')
-rw-r--r--perl/perl-file-path-expand/perl-file-path-expand.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild b/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
index 22338a1ce6..7e1dcfeda4 100644
--- a/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
+++ b/perl/perl-file-path-expand/perl-file-path-expand.SlackBuild
@@ -12,7 +12,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
@@ -23,8 +23,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"