summaryrefslogtreecommitdiffstats
path: root/perl/perl-Readonly/perl-Readonly.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Readonly/perl-Readonly.SlackBuild')
-rw-r--r--perl/perl-Readonly/perl-Readonly.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Readonly/perl-Readonly.SlackBuild b/perl/perl-Readonly/perl-Readonly.SlackBuild
index dd2f6ffa54..8e7faf3007 100644
--- a/perl/perl-Readonly/perl-Readonly.SlackBuild
+++ b/perl/perl-Readonly/perl-Readonly.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Readonly
-VERSION=${VERSION:-2.00}
+VERSION=${VERSION:-2.05}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -31,7 +31,7 @@ SRCNAM="$(printf $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
@@ -58,9 +58,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Build.PL \
- prefix=/usr \
- installdirs=vendor \
- destdir=$PKG
+ --prefix /usr \
+ --installdirs vendor \
+ --destdir $PKG
./Build
./Build test
./Build install \