diff options
author | Richard Leach <richardleach@users.noreply.github.com> | 2021-01-21 03:10:46 +0000 |
---|---|---|
committer | Richard Leach <richardleach@users.noreply.github.com> | 2021-01-21 03:10:46 +0000 |
commit | 0594e0ad3bfa129d3a242899f8fe2a0adf5e71dd (patch) | |
tree | 37c709d35ef12c2471fd4890e1b1c20516039988 /hints/catamount.sh | |
parent | 3f2bf9069a14cfe5db8009481d207cb24492de4c (diff) | |
download | perl-0594e0ad3bfa129d3a242899f8fe2a0adf5e71dd.tar.gz |
Bump version to 5.33.7
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 dc3e340ad6..b5ad550df0 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.33.6 +# mkdir -p /opt/perl-catamount/lib/perl5/5.33.7 # 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.33.6 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.33.7 # 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 |