diff options
author | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2016-12-20 21:19:08 +0100 |
commit | dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6 (patch) | |
tree | 25b601fad9af93a6b89fec74bfa2b463b6bef5fb /hints/catamount.sh | |
parent | 3ce6a296f9be689fd76ec2696cdb76a225e19e42 (diff) | |
download | perl-dbdba29f1c2a67d028d5f4c85eb5b0d0b5a564f6.tar.gz |
Bump the perl version in various places for 5.25.9
Diffstat (limited to 'hints/catamount.sh')
-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 3a0ca1bba3..0c075fde2a 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.25.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.9 # 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.25.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.9 # 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 |