diff options
author | Abigail <abigail@abigail.be> | 2017-01-20 17:31:32 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2017-01-20 17:31:32 +0100 |
commit | 3eaa1ae916fb7be8db584adf5895992b74074034 (patch) | |
tree | 36fd35227e81d82d06fcfb114ab0c586c6f4e040 /hints | |
parent | 6bd220c22c88b3f3d28b306c5bdf950ea4e1732a (diff) | |
download | perl-3eaa1ae916fb7be8db584adf5895992b74074034.tar.gz |
Bump the perl version in various places for 5.25.10
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 0c075fde2a..35b96afa9f 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.9 +# mkdir -p /opt/perl-catamount/lib/perl5/5.25.10 # 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.9 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.25.10 # 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 |