diff options
author | Leon Timmermans <fawaka@gmail.com> | 2021-10-21 22:44:17 +0200 |
---|---|---|
committer | Leon Timmermans <fawaka@gmail.com> | 2021-10-21 22:46:40 +0200 |
commit | 134427ad64ccd782505c1290ab634592713e0230 (patch) | |
tree | 05673f58e61b10de0f86df8778ae22bbb0def652 /hints/catamount.sh | |
parent | 6247a13a7d0f81f3abb19b2629f4fdfdeb3c9556 (diff) | |
download | perl-134427ad64ccd782505c1290ab634592713e0230.tar.gz |
Bump version to 5.35.6
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 0d6102dc0a..b092d02299 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.35.5 +# mkdir -p /opt/perl-catamount/lib/perl5/5.35.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.35.5 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.35.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 |