diff options
author | Abigail <abigail@abigail.be> | 2018-01-20 05:12:23 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2018-01-20 05:12:23 +0100 |
commit | e44d60b6185c1128b0c5829d9e5d7287dbbfa850 (patch) | |
tree | 9734e2d7cc781be0f1e9ac9701de749979ffab3e /hints | |
parent | 915366d46dad52e19b9f89ec770a39b6b16ee465 (diff) | |
download | perl-e44d60b6185c1128b0c5829d9e5d7287dbbfa850.tar.gz |
Bump the perl version in various places for 5.27.9
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 de3779d11a..703f53b148 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.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.27.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.27.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.27.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 |