aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Config-Simple/perl-Config-Simple.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2019-07-01 09:32:55 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-07-06 07:00:12 +0700
commit969adf2465a1bc5eec27c174c70c025eee58fce2 (patch)
tree869d5a9fdb9193735f116512e92bd8a932202f4f /perl/perl-Config-Simple/perl-Config-Simple.SlackBuild
parentff4e5d5fd900df59c7bd85924d315d4cd5f08edd (diff)
perl/perl-Config-Simple: Change maintainer.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Config-Simple/perl-Config-Simple.SlackBuild')
-rw-r--r--perl/perl-Config-Simple/perl-Config-Simple.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/perl-Config-Simple/perl-Config-Simple.SlackBuild b/perl/perl-Config-Simple/perl-Config-Simple.SlackBuild
index cbb4e3f3d4a4..5c8af9cb8523 100644
--- a/perl/perl-Config-Simple/perl-Config-Simple.SlackBuild
+++ b/perl/perl-Config-Simple/perl-Config-Simple.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for Config-Simple
# Copyright 2014 Elvio Basello
+# Copyright 2019 Marcus Moeller
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -31,7 +32,7 @@ SRCNAM="$( echo $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