diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2019-03-13 23:07:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:24 +0700 |
commit | 81de3ea5a421e71e8d612332735da13016c6feae (patch) | |
tree | 5c5a36c24f088c148db6069b1328e9d0cd416d49 /perl/perl6-Readline/perl6-Readline.SlackBuild | |
parent | 3bd849c6d67ae12c9ada558005d4d6b3893165c9 (diff) | |
download | slackbuilds-81de3ea5a421e71e8d612332735da13016c6feae.tar.gz |
perl/perl6-Readline: Updated for version 0.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl6-Readline/perl6-Readline.SlackBuild')
-rw-r--r-- | perl/perl6-Readline/perl6-Readline.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl/perl6-Readline/perl6-Readline.SlackBuild b/perl/perl6-Readline/perl6-Readline.SlackBuild index 0c28d9e85c..5a85e6caf5 100644 --- a/perl/perl6-Readline/perl6-Readline.SlackBuild +++ b/perl/perl6-Readline/perl6-Readline.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl6-Readline -# Copyright 2018 Andreas Voegele <andreas@andreasvoegele.com> +# Copyright 2018-2019 Andreas Voegele <andreas@andreasvoegele.com> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=perl6-Readline -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,8 +65,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -b -p1 < $CWD/ncurses.patch - if [ "${MAKETEST:-no}" = "yes" ]; then env PERL6LIB=lib prove -e perl6 fi |