diff options
author | David Mitchell <davem@iabyn.com> | 2017-06-03 08:24:12 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2017-06-03 08:26:40 +0100 |
commit | 70b231c8cd3a566fa52549c65b43bb78c4bd2b56 (patch) | |
tree | a2a453491f8a2e7d44a9b34fbe4c3ffacd1571de /hints | |
parent | 6a5bc5acd0f35a93138716f5c3681baa1e139c65 (diff) | |
download | perl-70b231c8cd3a566fa52549c65b43bb78c4bd2b56.tar.gz |
Bump the perl version in various places for 5.27.1
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 5ad2592284..0fba6e5a3f 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.27.0 +# mkdir -p /opt/perl-catamount/lib/perl5/5.27.1 # 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.27.0 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.1 # 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 |