diff options
author | Matthew Horsfall <wolfsage@gmail.com> | 2020-01-20 12:59:47 -0500 |
---|---|---|
committer | Matthew Horsfall <wolfsage@gmail.com> | 2020-01-20 12:59:47 -0500 |
commit | fdf591bb29385e45c942f22e5a8800d8bcb2251c (patch) | |
tree | 18465932cdbc57e2d45285f8b2f98d9620bf0333 /hints/catamount.sh | |
parent | d1a156bbc8a5c6c5e03e162f23738deb2ba65166 (diff) | |
download | perl-fdf591bb29385e45c942f22e5a8800d8bcb2251c.tar.gz |
Bump the perl version in various places for 5.31.9
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 8649ef4e4d..7d5748b647 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.31.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.31.9 # 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.31.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.31.9 # 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 |