diff options
author | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2020-06-28 01:12:28 +0300 |
commit | f69f4f3b692191ce147efb8938365cd41642adcd (patch) | |
tree | 99a796f4b445be7cef884b484328fbf9ba0e1771 /hints | |
parent | 21d681b3bd67e6ee92be19e85cac9ba9e8c8a979 (diff) | |
download | perl-f69f4f3b692191ce147efb8938365cd41642adcd.tar.gz |
Bump to 5.33.0
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..10ac2b16c8 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.33.0 # 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.33.0 # 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 |