diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-03-21 22:04:26 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-04-09 17:28:15 +0300 |
commit | e11072e08116ca37e77aba06b913ef2594dab365 (patch) | |
tree | a1a2dc4de01a7b169a46d5e4537d1cc18c115e68 /hints | |
parent | ca852dbb2ad4ea6c84d51ea70cc0ccff3794be3c (diff) | |
download | perl-e11072e08116ca37e77aba06b913ef2594dab365.tar.gz |
Bump back to 5.31.11, if we need to release it
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 be3f8f6fcc..d2ec4ca6e2 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.32.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.31.11 # 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.32.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.11 # 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 |