diff options
author | Abigail <abigail@abigail.be> | 2015-11-20 20:15:14 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2015-11-20 20:38:53 +0100 |
commit | 7c294235c2f28d1f9762b654787d29331165f8fa (patch) | |
tree | 1e8b497ace485b81dc0e0526d0140d87b0c7355f /hints | |
parent | 6c83150bfb6a3426cbc1535b0e141a1e714430a9 (diff) | |
download | perl-7c294235c2f28d1f9762b654787d29331165f8fa.tar.gz |
Bump the perl version in various places for 5.23.6
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index 21dc9475f9..de7f1e993a 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.23.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.23.6 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.23.6 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount |